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