1 write to TargetOS
crossgen2 (1)
Program.cs (1)
296
TargetOS
= targetOS.ToString().ToLowerInvariant(),
2 references to TargetOS
ILCompiler.ReadyToRun (2)
PortableCallHelpers\PortableCallHelpersGenerator.cs (2)
59
if (string.IsNullOrEmpty(options.
TargetOS
))
76
var collector = new PInvokeCollector(log, options.
TargetOS
);