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