Implemented interface member:
property
Method
ILCompiler.DependencyAnalysis.IMethodNode.Method
6 references to Method
ILCompiler.Compiler (6)
Compiler\DependencyAnalysis\ScannedMethodNode.cs (2)
97return comparer.Compare(Method, ((ScannedMethodNode)other).Method);
Compiler\ILScanner.cs (4)
72MethodDesc method = methodCodeNodeNeedingCode.Method; 111Logger.LogMessage($"Scanning {methodCodeNodeNeedingCode.Method}..."); 120MethodDesc method = methodCodeNodeNeedingCode.Method; 884_importationErrors.Add(scannedMethod.Method, scannedMethod.Exception);