17 overrides of GetLexicalSortKey
Microsoft.CodeAnalysis.VisualBasic (17)
Symbols\Source\SourceEventSymbol.vb (1)
439Friend Overrides Function GetLexicalSortKey() As LexicalSortKey
Symbols\Source\SourceFieldSymbol.vb (1)
613Friend Overrides Function GetLexicalSortKey() As LexicalSortKey
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
1367Friend NotOverridable Overrides Function GetLexicalSortKey() As LexicalSortKey
Symbols\Source\SourceMethodSymbol.vb (1)
824Friend Overrides Function GetLexicalSortKey() As LexicalSortKey
Symbols\Source\SourceNamespaceSymbol.vb (1)
272Friend Overrides Function GetLexicalSortKey() As LexicalSortKey
Symbols\Source\SourcePropertySymbol.vb (1)
446Friend Overrides Function GetLexicalSortKey() As LexicalSortKey
Symbols\Source\SynthesizedEntryPointSymbol.vb (1)
129Friend Overrides Function GetLexicalSortKey() As LexicalSortKey
Symbols\Source\SynthesizedFieldSymbol.vb (1)
132Friend Overrides Function GetLexicalSortKey() As LexicalSortKey
Symbols\Source\SynthesizedMyGroupCollectionPropertySymbol.vb (1)
73Friend Overrides Function GetLexicalSortKey() As LexicalSortKey
Symbols\SynthesizedSymbols\SynthesizedAccessor.vb (1)
118Friend Overrides Function GetLexicalSortKey() As LexicalSortKey
Symbols\SynthesizedSymbols\SynthesizedBackingFieldBase.vb (1)
79Friend NotOverridable Overrides Function GetLexicalSortKey() As LexicalSortKey
Symbols\SynthesizedSymbols\SynthesizedConstructorBase.vb (1)
172Friend Overrides Function GetLexicalSortKey() As LexicalSortKey
Symbols\SynthesizedSymbols\SynthesizedDelegateMethodSymbol.vb (1)
287Friend Overrides Function GetLexicalSortKey() As LexicalSortKey
Symbols\SynthesizedSymbols\SynthesizedEventDelegateSymbol.vb (1)
214Friend Overrides Function GetLexicalSortKey() As LexicalSortKey
Symbols\SynthesizedSymbols\SynthesizedGlobalMethodBase.vb (1)
131Friend Overrides Function GetLexicalSortKey() As LexicalSortKey
Symbols\SynthesizedSymbols\SynthesizedOverridingWitheventsProperty.vb (1)
175Friend Overrides Function GetLexicalSortKey() As LexicalSortKey
Symbols\SynthesizedSymbols\SynthesizedRegularMethodBase.vb (1)
122Friend Overrides Function GetLexicalSortKey() As LexicalSortKey
8 references to GetLexicalSortKey
Microsoft.CodeAnalysis.VisualBasic (8)
Compilation\LexicalOrderSymbolComparer.vb (2)
29Dim xSortKey = x.GetLexicalSortKey() 30Dim ySortKey = y.GetLexicalSortKey()
Symbols\Source\SynthesizedFieldSymbol.vb (1)
133Return _implicitlyDefinedBy.GetLexicalSortKey()
Symbols\SynthesizedSymbols\SynthesizedAccessor.vb (1)
119Return m_propertyOrEvent.GetLexicalSortKey()
Symbols\SynthesizedSymbols\SynthesizedBackingFieldBase.vb (1)
80Return _propertyOrEvent.GetLexicalSortKey()
Symbols\SynthesizedSymbols\SynthesizedConstructorBase.vb (1)
173Return m_containingType.GetLexicalSortKey()
Symbols\SynthesizedSymbols\SynthesizedDelegateMethodSymbol.vb (1)
288Return _containingType.GetLexicalSortKey()
Symbols\SynthesizedSymbols\SynthesizedRegularMethodBase.vb (1)
123Return m_containingType.GetLexicalSortKey()