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