2 references to GetEscapedDocumentationCommentId
Microsoft.CodeAnalysis.CSharp (2)
Compiler\DocumentationCommentCompiler.DocumentationCommentWalker.cs (1)
154string docCommentId = GetEscapedDocumentationCommentId(cref, binder, diagnostics);
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
519attribute.Value = GetEscapedDocumentationCommentId(crefSyntax, binder, crefDiagnostics); // NOTE: mutation (element must be a copy)