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)
354TextWriter? expanderWriter = shouldSkipPartialDefinitionComments ? null : _writer; // Don't actually write partial method definition parts. 358else if (_writer != null && !shouldSkipPartialDefinitionComments) 1257else if (_writer != null) 1259_writer.Write(indentedAndWrappedString); 1271else if (_writer != null) 1273_writer.Write(MakeIndent(_indentDepth)); 1274_writer.WriteLine(message); 1287else if (_writer != null) 1289_writer.Write(MakeIndent(_indentDepth)); 1292_writer.Write(message[start + i]); 1294_writer.WriteLine();