2 references to GetDocumentationCommentId
Microsoft.CodeAnalysis.CSharp (2)
Compiler\DocumentationCommentCompiler.DocumentationCommentWalker.cs (1)
153string docCommentId = GetDocumentationCommentId(cref, binder, diagnose ? _diagnostics : new BindingDiagnosticBag(diagnosticBag: null, _diagnostics.DependenciesBag));
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
519attribute.Value = GetDocumentationCommentId(crefSyntax, binder, crefDiagnostics); // NOTE: mutation (element must be a copy)