CompilationUnitManager.Compilation.FileContent Property

Definition

Contains a dictionary that maps the ID of a file included in the compilation to the text representation of its content.

public System.Collections.Immutable.ImmutableDictionary<string,System.Collections.Immutable.ImmutableArray<string>> FileContent { get; }
member this.FileContent : System.Collections.Immutable.ImmutableDictionary<string, System.Collections.Immutable.ImmutableArray<string>>
Public ReadOnly Property FileContent As ImmutableDictionary(Of String, ImmutableArray(Of String))

Property Value

ImmutableDictionary<String,ImmutableArray<String>>

Applies to