3 instantiations of InvalidSignatureCharException
ILCompiler.ReadyToRun (3)
PortableCallHelpers\InteropSignature.cs (3)
140
_ => throw new
InvalidSignatureCharException
(token[0])
157
_ => throw new
InvalidSignatureCharException
(token[0])
171
_ => throw new
InvalidSignatureCharException
(token[0])
1 reference to InvalidSignatureCharException
ILCompiler.ReadyToRun (1)
PortableCallHelpers\InterpToNativeGenerator.cs (1)
106
catch (
InvalidSignatureCharException
e)