7 references to EmbeddedKind
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\LexicalSortKey.vb (7)
155
Debug.Assert(xSortKey.
EmbeddedKind
<> EmbeddedSymbolKind.Unset)
156
Debug.Assert(ySortKey.
EmbeddedKind
<> EmbeddedSymbolKind.Unset)
160
If xSortKey.
EmbeddedKind
<> ySortKey.
EmbeddedKind
Then
162
Return If(ySortKey.
EmbeddedKind
> xSortKey.
EmbeddedKind
, 1, -1)
165
If xSortKey.
EmbeddedKind
= EmbeddedSymbolKind.None AndAlso xSortKey.TreeOrdinal <> ySortKey.TreeOrdinal Then