1 write to _writer
Microsoft.CodeAnalysis.CSharp (1)
Compiler\DocumentationCommentCompiler.cs (1)
65_writer = writer;
11 references to _writer
Microsoft.CodeAnalysis.CSharp (11)
Compiler\DocumentationCommentCompiler.cs (11)
355TextWriter? expanderWriter = shouldSkipPartialDefinitionComments ? null : _writer; // Don't actually write partial method definition parts. 359else if (_writer != null && !shouldSkipPartialDefinitionComments) 1258else if (_writer != null) 1260_writer.Write(indentedAndWrappedString); 1272else if (_writer != null) 1274_writer.Write(MakeIndent(_indentDepth)); 1275_writer.WriteLine(message); 1288else if (_writer != null) 1290_writer.Write(MakeIndent(_indentDepth)); 1293_writer.Write(message[start + i]); 1295_writer.WriteLine();