7 references to GetMethod
Microsoft.CodeAnalysis (3)
CodeGen\PrivateImplementationDetails.cs (2)
376
var method =
GetMethod
(SynthesizedBytesToStringFunctionName);
391
method =
GetMethod
(SynthesizedBytesToStringFunctionName);
Emit\CommonPEModuleBuilder.cs (1)
844
if (details.
GetMethod
(WellKnownMemberNames.StaticConstructorName) == null)
Microsoft.CodeAnalysis.CSharp (4)
CodeGen\EmitStatement.cs (1)
1502
Cci.IReference stringHashMethodRef = privateImplClass.
GetMethod
(
Emitter\Model\PEModuleBuilder.cs (2)
1836
var methodAdapter = privateImplClass.PrivateImplementationDetails.
GetMethod
(methodName);
1848
return (MethodSymbol)privateImplClass.PrivateImplementationDetails.
GetMethod
(methodName)!.GetInternalSymbol()!;
Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.cs (1)
924
if (privateImplClass.PrivateImplementationDetails.
GetMethod
(stringPatternInput switch