3 references to SynthesizedThrowSwitchExpressionExceptionFunctionName
Microsoft.CodeAnalysis.CSharp (3)
Emitter\Model\PEModuleBuilder.cs (2)
1863
var throwSwitchExpressionAdapter = privateImplClass.GetMethod(PrivateImplementationDetails.
SynthesizedThrowSwitchExpressionExceptionFunctionName
);
1875
return (MethodSymbol)privateImplClass.GetMethod(PrivateImplementationDetails.
SynthesizedThrowSwitchExpressionExceptionFunctionName
)!.GetInternalSymbol()!;
Symbols\Synthesized\SynthesizedThrowSwitchExpressionExceptionMethod.cs (1)
17
: base(containingModule, privateImplType, returnType, PrivateImplementationDetails.
SynthesizedThrowSwitchExpressionExceptionFunctionName
)