3 references to Throw
ILCompiler.Compiler (3)
Compiler\BodySubstitution.cs (3)
17
public static readonly BodySubstitution ThrowingBody = new BodySubstitution(
Throw
);
24
Debug.Assert(_value !=
Throw
);
37
if (_value ==
Throw
)