1 write to Method
ILCompiler.ReadyToRun (1)
PortableCallHelpers\PInvokeCollector.cs (1)
47
Method
= method;
4 references to Method
ILCompiler.ReadyToRun (4)
PortableCallHelpers\PInvokeCollector.cs (1)
97
public MethodSignature Parameters =>
Method
.Signature;
PortableCallHelpers\PInvokeTableGenerator.cs (3)
324
foreach (MethodDesc candidate in cb.
Method
.OwningType.GetMethods())
326
if (candidate != cb.
Method
337
ambiguous.Add(cb.
Method
.ToString());