1 write to MethodIL
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1837
public MethodILKey(MethodIL methodIL) =>
MethodIL
= methodIL;
4 references to MethodIL
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\NodeFactory.cs (4)
487
return new DataflowAnalyzedMethodNode(il.
MethodIL
);
1839
public bool Equals(MethodILKey other) => other.
MethodIL
.OwningMethod == this.
MethodIL
.OwningMethod;
1840
public override int GetHashCode() =>
MethodIL
.OwningMethod.GetHashCode();