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