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