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