Enum LocationKind
Specifies the kind of location (source vs. metadata).
Namespace: Loretta.CodeAnalysis
Assembly: cs.temp.dll.dll
Syntax
public enum LocationKind : byte
Fields
| Name | Description |
|---|---|
| ExternalFile | The location in some external file. |
| MetadataFile | The location represents a metadata file. |
| None | Unspecified location. |
| SourceFile | The location represents a position in a source file. |