1 write to _writerType
Microsoft.DotNet.GenAPI (1)
GenAPITask.cs (1)
72
set =>
_writerType
= string.IsNullOrWhiteSpace(value) ? default : (WriterType) Enum.Parse(typeof(WriterType), value, true);
6 references to _writerType
Microsoft.DotNet.GenAPI (6)
GenAPITask.cs (6)
71
get =>
_writerType
.ToString();
198
string headerText = GetHeaderText(HeaderFile,
_writerType
, _syntaxWriterType);
205
using (TextWriter output = GetOutput(OutputPath, GetFilename(assembly,
_writerType
, _syntaxWriterType)))
206
using (IStyleSyntaxWriter syntaxWriter = GetSyntaxWriter(output,
_writerType
, _syntaxWriterType))
234
using (IStyleSyntaxWriter syntaxWriter = GetSyntaxWriter(output,
_writerType
, _syntaxWriterType))
384
switch (
_writerType
)