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)
396TextWriter? expanderWriter = shouldSkipPartialDefinitionComments ? null : _writer; // Don't actually write partial method definition parts. 400else if (_writer != null && !shouldSkipPartialDefinitionComments) 1299else if (_writer != null) 1301_writer.Write(indentedAndWrappedString); 1313else if (_writer != null) 1315_writer.Write(MakeIndent(_indentDepth)); 1316_writer.WriteLine(message); 1329else if (_writer != null) 1331_writer.Write(MakeIndent(_indentDepth)); 1334_writer.Write(message[start + i]); 1336_writer.WriteLine();