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