1 write to _syntaxWriterType
Microsoft.DotNet.GenAPI (1)
GenAPITask.cs (1)
81
set =>
_syntaxWriterType
= string.IsNullOrWhiteSpace(value) ? default : (SyntaxWriterType)Enum.Parse(typeof(SyntaxWriterType), value, true);
5 references to _syntaxWriterType
Microsoft.DotNet.GenAPI (5)
GenAPITask.cs (5)
80
get =>
_syntaxWriterType
.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
))