1 write to _writer
Microsoft.CodeAnalysis.CSharp (1)
Compiler\DocumentationCommentCompiler.cs (1)
64_writer = writer;
11 references to _writer
Microsoft.CodeAnalysis.CSharp (11)
Compiler\DocumentationCommentCompiler.cs (11)
563TextWriter? expanderWriter = shouldSkipPartialDefinitionComments ? null : _writer; // Don't actually write partial method definition parts. 567else if (_writer != null && !shouldSkipPartialDefinitionComments) 1406else if (_writer != null) 1408_writer.Write(indentedAndWrappedString); 1420else if (_writer != null) 1422_writer.Write(MakeIndent(_indentDepth)); 1423_writer.WriteLine(message); 1436else if (_writer != null) 1438_writer.Write(MakeIndent(_indentDepth)); 1441_writer.Write(message[start + i]); 1443_writer.WriteLine();