3 references to SynthesizedThrowIfNullFunctionName
Microsoft.CodeAnalysis.CSharp (3)
Emitter\Model\PEModuleBuilder.cs (2)
1836
var throwIfNullAdapter = privateImplClass.GetMethod(PrivateImplementationDetails.
SynthesizedThrowIfNullFunctionName
);
1848
throwIfNullAdapter = privateImplClass.GetMethod(PrivateImplementationDetails.
SynthesizedThrowIfNullFunctionName
)!;
Symbols\Synthesized\SynthesizedThrowIfNullMethod.cs (1)
17
: base(containingModule, privateImplType, returnType, PrivateImplementationDetails.
SynthesizedThrowIfNullFunctionName
)