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