3 types derived from SynthesizedGlobalMethodBase
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\SyntheticBoundTrees\SynthesizedStringSwitchHashMethod.vb (1)
14Inherits SynthesizedGlobalMethodBase
Emit\SynthesizedPrivateImplementationDetailsSharedConstructor.vb (1)
14Inherits SynthesizedGlobalMethodBase
Symbols\SynthesizedSymbols\SynthesizedGlobal_StringSwitchHashMethodSymbol.vb (1)
23Inherits SynthesizedGlobalMethodBase
2 instantiations of SynthesizedGlobalMethodBase
Microsoft.CodeAnalysis.VisualBasic (2)
Emit\SynthesizedPrivateImplementationDetailsSharedConstructor.vb (1)
25MyBase.New(containingModule, WellKnownMemberNames.StaticConstructorName, privateImplementationType)
Symbols\SynthesizedSymbols\SynthesizedGlobal_StringSwitchHashMethodSymbol.vb (1)
29MyBase.New(container, PrivateImplementationDetails.SynthesizedStringHashFunctionName, privateImplType)
3 references to SynthesizedGlobalMethodBase
Microsoft.CodeAnalysis.VisualBasic (3)
Emit\MethodSymbolAdapter.vb (2)
61ElseIf TypeOf AdaptedMethodSymbol Is SynthesizedGlobalMethodBase Then 241Dim synthesizedGlobalMethod = TryCast(AdaptedMethodSymbol, SynthesizedGlobalMethodBase)
SymbolDisplay\SymbolDisplayVisitor.Members.vb (1)
702TypeOf symbol Is SynthesizedGlobalMethodBase)