3 references to OutputPath
Microsoft.DotNet.GenAPI (3)
GenAPITask.cs (3)
199
bool loopPerAssembly = Directory.Exists(
OutputPath
);
205
using (TextWriter output = GetOutput(
OutputPath
, GetFilename(assembly, _writerType, _syntaxWriterType)))
233
using (TextWriter output = GetOutput(
OutputPath
))