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