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