3 references to BodySubstitution
ILCompiler.Compiler (3)
Compiler\BodySubstitution.cs (3)
17public static readonly BodySubstitution ThrowingBody = new BodySubstitution(Throw); 18public static readonly BodySubstitution EmptyBody = new BodySubstitution(null); 31public static BodySubstitution Create(object value) => new BodySubstitution(value);