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