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