3 types derived from SynthesizedGlobalMethodBase
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\SyntheticBoundTrees\SynthesizedStringSwitchHashMethod.vb (1)
14
Inherits
SynthesizedGlobalMethodBase
Emit\SynthesizedPrivateImplementationDetailsSharedConstructor.vb (1)
14
Inherits
SynthesizedGlobalMethodBase
Symbols\SynthesizedSymbols\SynthesizedGlobal_StringSwitchHashMethodSymbol.vb (1)
23
Inherits
SynthesizedGlobalMethodBase
2 references to SynthesizedGlobalMethodBase
Microsoft.CodeAnalysis.VisualBasic (2)
Emit\MethodSymbolAdapter.vb (2)
69
ElseIf TypeOf AdaptedMethodSymbol Is
SynthesizedGlobalMethodBase
Then
243
Dim synthesizedGlobalMethod = TryCast(AdaptedMethodSymbol,
SynthesizedGlobalMethodBase
)