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