3 references to SynthesizedThrowFunctionName
Microsoft.CodeAnalysis.CSharp (3)
Emitter\Model\PEModuleBuilder.cs (2)
1846
var actuallyAddedThrowMethod = (SynthesizedThrowMethod)privateImplClass.GetMethod(PrivateImplementationDetails.
SynthesizedThrowFunctionName
)!.GetInternalSymbol()!;
1853
Debug.Assert((object?)privateImplClass.GetMethod(PrivateImplementationDetails.
SynthesizedThrowFunctionName
)!.GetInternalSymbol() == internalSymbol.ThrowMethod);
Symbols\Synthesized\SynthesizedThrowMethod.cs (1)
16
: base(containingModule, privateImplType, returnType, PrivateImplementationDetails.
SynthesizedThrowFunctionName
)