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