5 references to WriteLine
Microsoft.CodeAnalysis.CSharp (5)
Compiler\DocumentationCommentCompiler.cs (5)
190WriteLine("<name>{0}</name>", _assemblyName); 254WriteLine("<member name=\"{0}\">", symbol.GetDocumentationCommentId()); 256WriteLine("<inheritdoc cref=\"{0}\"/>", symbolForDocComment.GetDocumentationCommentId()); 470WriteLine("<member name=\"{0}\">", recordPropertySymbol.GetDocumentationCommentId()); 576WriteLine("<member name=\"{0}\">", symbol.GetDocumentationCommentId());