CliContext Type
All the relevant compiler information for a given file. Contains the source text, untyped and typed tree information.
Record fields
Record Field | Description |
|
A handle to the results of CheckFileInProject. See FSharpCheckFileResults Type
|
|
A handle to the results of the entire project See FSharpCheckProjectResults Type
|
Full Usage:
FileName
Field type: string
|
|
|
Represents the results of parsing an F# file and a set of analysis operations based on the parse tree alone. See FSharpParseFileResults Type
|
|
Source of the current file. See ISourceText Type
|
|
Represents the definitional contents of a single file or fragment in an assembly, as seen by the F# language. Only available for implementation files. See FSharpImplementationFileContents Type
|
Instance members
Instance member | Description |
|
|
|
|
|
|