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)
106catch (InvalidSignatureCharException e)