1 write to Skip
ILCompiler.ReadyToRun (1)
PortableCallHelpers\PInvokeTableGenerator.cs (1)
112candidate.Skip = true;
2 references to Skip
ILCompiler.ReadyToRun (2)
PortableCallHelpers\PInvokeCollector.cs (1)
37public override string ToString() => $"{{ EntryPoint: {EntryPoint}, Module: {Module}, Method: {Method}, Skip: {Skip} }}";
PortableCallHelpers\PInvokeTableGenerator.cs (1)
137.Where(l => l.Module == module && !l.Skip)