2 references to WriteTo
Microsoft.CodeAnalysis.CSharp (2)
Compiler\DocumentationCommentCompiler.DocumentationCommentWalker.cs (2)
168
crefAttr.StartQuoteToken.
WriteTo
(_writer, leading: true, trailing: false);
176
crefAttr.EndQuoteToken.
WriteTo
(_writer, leading: false, trailing: true);