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) 1402else if (_writer != null) 1404_writer.Write(indentedAndWrappedString); 1416else if (_writer != null) 1418_writer.Write(MakeIndent(_indentDepth)); 1419_writer.WriteLine(message); 1432else if (_writer != null) 1434_writer.Write(MakeIndent(_indentDepth)); 1437_writer.Write(message[start + i]); 1439_writer.WriteLine();