1 write to OutputDirectory
crossgen2 (1)
Program.cs (1)
292
OutputDirectory
= _generatePortableCallHelpers,
4 references to OutputDirectory
ILCompiler.ReadyToRun (4)
PortableCallHelpers\PortableCallHelpersGenerator.cs (4)
54
if (string.IsNullOrEmpty(options.
OutputDirectory
))
122
WriteIfDifferent(Path.Combine(options.
OutputDirectory
, PInvokeFileName), log,
125
WriteIfDifferent(Path.Combine(options.
OutputDirectory
, ReversePInvokeFileName), log,
131
WriteIfDifferent(Path.Combine(options.
OutputDirectory
, InterpToNativeFileName), log,