2 references to ISynthesizedGlobalMethodSymbol
Microsoft.CodeAnalysis (2)
Emit\CommonPEModuleBuilder.cs (1)
785
Debug.Assert(((
ISynthesizedGlobalMethodSymbol
)cctor.GetInternalSymbol()).ContainingPrivateImplementationDetailsType == (object)details);
Emit\EditAndContinue\SymbolChanges.cs (1)
130
if (symbol is
ISynthesizedGlobalMethodSymbol
)