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 references to SynthesizedGlobalMethodBase
Microsoft.CodeAnalysis.VisualBasic (2)
Emit\MethodSymbolAdapter.vb (2)
69ElseIf TypeOf AdaptedMethodSymbol Is SynthesizedGlobalMethodBase Then 243Dim synthesizedGlobalMethod = TryCast(AdaptedMethodSymbol, SynthesizedGlobalMethodBase)