7 references to None
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\LexicalSortKey.vb (7)
69
Public Shared ReadOnly NotInSource As LexicalSortKey = New LexicalSortKey(SyntaxTreeKind.
None
, -1, 0)
72
Public Shared ReadOnly NotInitialized As LexicalSortKey = New LexicalSortKey() With {._embeddedKind = SyntaxTreeKind.
None
, ._treeOrdinal = -1, ._position = -1}
85
Me.New(embeddedKind, If(tree Is Nothing OrElse embeddedKind <> SyntaxTreeKind.
None
, -1, compilation.GetSyntaxTreeOrdinal(tree)), location)
90
SyntaxTreeKind.
None
,
110
Me._embeddedKind = SyntaxTreeKind.
None
121
If treeKind <> SyntaxTreeKind.
None
Then
125
Me._embeddedKind = SyntaxTreeKind.
None