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