3 references to GetMethod
Microsoft.CodeAnalysis (3)
CodeGen\PrivateImplementationDetails.cs (2)
376var method = GetMethod(SynthesizedBytesToStringFunctionName); 391method = GetMethod(SynthesizedBytesToStringFunctionName);
Emit\CommonPEModuleBuilder.cs (1)
782if (details.GetMethod(WellKnownMemberNames.StaticConstructorName) == null)