149 references to DocumentationCommentId
GenerateDocumentationAndConfigFiles (5)
src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
408var matchingSymbols = DocumentationCommentId.GetSymbolsForDeclarationId(genericInterfaceFullName, compilation);
src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (2)
202foreach (var symbol in DocumentationCommentId.GetSymbolsForDeclarationId(nameWithPrefix, compilation)) 347var declarationIdWithoutPrefix = DocumentationCommentId.CreateDeclarationId(symbol)![2..];
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Simplification\SymbolAnnotation.cs (2)
18=> new(Kind, DocumentationCommentId.CreateReferenceId(symbol)); 26: DocumentationCommentId.GetSymbolsForReferenceId(annotation.Data, compilation);
Metrics (5)
src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
408var matchingSymbols = DocumentationCommentId.GetSymbolsForDeclarationId(genericInterfaceFullName, compilation);
src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (2)
202foreach (var symbol in DocumentationCommentId.GetSymbolsForDeclarationId(nameWithPrefix, compilation)) 347var declarationIdWithoutPrefix = DocumentationCommentId.CreateDeclarationId(symbol)![2..];
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Simplification\SymbolAnnotation.cs (2)
18=> new(Kind, DocumentationCommentId.CreateReferenceId(symbol)); 26: DocumentationCommentId.GetSymbolsForReferenceId(annotation.Data, compilation);
Metrics.Legacy (5)
src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
408var matchingSymbols = DocumentationCommentId.GetSymbolsForDeclarationId(genericInterfaceFullName, compilation);
src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (2)
202foreach (var symbol in DocumentationCommentId.GetSymbolsForDeclarationId(nameWithPrefix, compilation)) 347var declarationIdWithoutPrefix = DocumentationCommentId.CreateDeclarationId(symbol)![2..];
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Simplification\SymbolAnnotation.cs (2)
18=> new(Kind, DocumentationCommentId.CreateReferenceId(symbol)); 26: DocumentationCommentId.GetSymbolsForReferenceId(annotation.Data, compilation);
Microsoft.AspNetCore.App.CodeFixes (1)
Http\HeaderDictionaryAddFixer.cs (1)
72var annotation = new SyntaxAnnotation("SymbolId", DocumentationCommentId.CreateReferenceId(wellKnownTypes.Get(WellKnownType.Microsoft_AspNetCore_Http_HeaderDictionaryExtensions)));
Microsoft.AspNetCore.OpenApi.SourceGenerators (6)
XmlCommentGenerator.Parser.cs (4)
81if (DocumentationCommentId.CreateDeclarationId(type) is string name && 90if (DocumentationCommentId.CreateDeclarationId(property) is string name && 104if (DocumentationCommentId.CreateDeclarationId(method) is string name && 121if (DocumentationCommentId.GetFirstSymbolForDeclarationId(name, compilation) is ISymbol symbol &&
XmlComments\XmlComment.cs (1)
196var symbol = DocumentationCommentId.GetFirstSymbolForDeclarationId(cref, compilation);
XmlComments\XmlComment.InheritDoc.cs (1)
170symbol = DocumentationCommentId.GetFirstSymbolForDeclarationId(crefValue, compilation);
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\SuppressMessageAttributeState.TargetSymbolResolver.cs (2)
63/// <param name="resolvedWithDocCommentIdFormat">Indicates if resolved "Target" argument is in Roslyn's <see cref="DocumentationCommentId"/> format.</param> 75var docIdResults = DocumentationCommentId.GetSymbolsForDeclarationId(nameWithoutPrefix, _compilation);
Microsoft.CodeAnalysis.Analyzers (6)
src\RoslynAnalyzers\Microsoft.CodeAnalysis.BannedApiAnalyzers\Core\SymbolIsBannedAnalyzerBase.cs (1)
442() => DocumentationCommentId.GetSymbolsForDeclarationId(DeclarationId, compilation)
src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
408var matchingSymbols = DocumentationCommentId.GetSymbolsForDeclarationId(genericInterfaceFullName, compilation);
src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (2)
202foreach (var symbol in DocumentationCommentId.GetSymbolsForDeclarationId(nameWithPrefix, compilation)) 347var declarationIdWithoutPrefix = DocumentationCommentId.CreateDeclarationId(symbol)![2..];
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Simplification\SymbolAnnotation.cs (2)
18=> new(Kind, DocumentationCommentId.CreateReferenceId(symbol)); 26: DocumentationCommentId.GetSymbolsForReferenceId(annotation.Data, compilation);
Microsoft.CodeAnalysis.AnalyzerUtilities (5)
src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
408var matchingSymbols = DocumentationCommentId.GetSymbolsForDeclarationId(genericInterfaceFullName, compilation);
src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (2)
202foreach (var symbol in DocumentationCommentId.GetSymbolsForDeclarationId(nameWithPrefix, compilation)) 347var declarationIdWithoutPrefix = DocumentationCommentId.CreateDeclarationId(symbol)![2..];
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Simplification\SymbolAnnotation.cs (2)
18=> new(Kind, DocumentationCommentId.CreateReferenceId(symbol)); 26: DocumentationCommentId.GetSymbolsForReferenceId(annotation.Data, compilation);
Microsoft.CodeAnalysis.BannedApiAnalyzers (6)
src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
408var matchingSymbols = DocumentationCommentId.GetSymbolsForDeclarationId(genericInterfaceFullName, compilation);
src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (2)
202foreach (var symbol in DocumentationCommentId.GetSymbolsForDeclarationId(nameWithPrefix, compilation)) 347var declarationIdWithoutPrefix = DocumentationCommentId.CreateDeclarationId(symbol)![2..];
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Simplification\SymbolAnnotation.cs (2)
18=> new(Kind, DocumentationCommentId.CreateReferenceId(symbol)); 26: DocumentationCommentId.GetSymbolsForReferenceId(annotation.Data, compilation);
SymbolIsBannedAnalyzerBase.cs (1)
442() => DocumentationCommentId.GetSymbolsForDeclarationId(DeclarationId, compilation)
Microsoft.CodeAnalysis.CodeStyle (5)
src\Analyzers\Core\Analyzers\RemoveUnnecessarySuppressions\AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.cs (1)
103var docCommentId = DocumentationCommentId.CreateDeclarationId(resolvedSymbol);
src\Compilers\Core\Portable\DiagnosticAnalyzer\SuppressMessageAttributeState.TargetSymbolResolver.cs (2)
63/// <param name="resolvedWithDocCommentIdFormat">Indicates if resolved "Target" argument is in Roslyn's <see cref="DocumentationCommentId"/> format.</param> 75var docIdResults = DocumentationCommentId.GetSymbolsForDeclarationId(nameWithoutPrefix, _compilation);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Simplification\SymbolAnnotation.cs (2)
18=> new(Kind, DocumentationCommentId.CreateReferenceId(symbol)); 26: DocumentationCommentId.GetSymbolsForReferenceId(annotation.Data, compilation);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (37)
Semantics\ExtensionTests2.cs (37)
34050AssertEx.Equal("E.<G>$BA41CFE2B5EDAEB8C1B9062F59ED4D69.<M>$531E7AC45D443AE2243E7FFAB9455D60", DocumentationCommentId.CreateReferenceId(extension)); 34051AssertEx.Equal("T:E.<G>$BA41CFE2B5EDAEB8C1B9062F59ED4D69.<M>$531E7AC45D443AE2243E7FFAB9455D60", DocumentationCommentId.CreateDeclarationId(extension)); 34055var found = (INamedTypeSymbol)DocumentationCommentId.GetSymbolsForDeclarationId(DocumentationCommentId.CreateDeclarationId(extension), comp).Single(); 34061Assert.Equal("", DocumentationCommentId.CreateReferenceId(m)); 34064var declarationId = DocumentationCommentId.CreateDeclarationId(m); 34066AssertEx.Equal("void E.<G>$BA41CFE2B5EDAEB8C1B9062F59ED4D69.M()", DocumentationCommentId.GetFirstSymbolForDeclarationId(declarationId, comp).ToTestDisplayString()); 34067AssertEx.Equal(["void E.<G>$BA41CFE2B5EDAEB8C1B9062F59ED4D69.M()"], DocumentationCommentId.GetSymbolsForDeclarationId(declarationId, comp).ToTestDisplayStrings()); 34071declarationId = DocumentationCommentId.CreateDeclarationId(mImplementation); 34073AssertEx.Equal("void E.M(this System.Int32 i1)", DocumentationCommentId.GetFirstSymbolForDeclarationId(declarationId, comp).ToTestDisplayString()); 34074AssertEx.Equal(["void E.M(this System.Int32 i1)"], DocumentationCommentId.GetSymbolsForDeclarationId(declarationId, comp).ToTestDisplayStrings()); 34100AssertEx.Equal("", DocumentationCommentId.CreateReferenceId(method)); 34101AssertEx.Equal("M:E.<G>$8048A6C8BE30A622530249B904B537EB`1.M", DocumentationCommentId.CreateDeclarationId(method)); 34105DocumentationCommentId.CreateReferenceId(extension)); 34107DocumentationCommentId.CreateDeclarationId(extension)); 34134AssertEx.Equal("E.<G>$8048A6C8BE30A622530249B904B537EB`1.<M>$D1693D81A12E8DED4ED68FE22D9E856F", DocumentationCommentId.CreateReferenceId(extension)); 34135AssertEx.Equal("T:E.<G>$8048A6C8BE30A622530249B904B537EB`1.<M>$D1693D81A12E8DED4ED68FE22D9E856F", DocumentationCommentId.CreateDeclarationId(extension)); 34139var found = (INamedTypeSymbol)DocumentationCommentId.GetSymbolsForDeclarationId(DocumentationCommentId.CreateDeclarationId(extension), comp).Single(); 34148Assert.Equal("", DocumentationCommentId.CreateReferenceId(m)); 34151var declarationId = DocumentationCommentId.CreateDeclarationId(m); 34153AssertEx.Equal("void E.<G>$8048A6C8BE30A622530249B904B537EB<T>.M()", DocumentationCommentId.GetFirstSymbolForDeclarationId(declarationId, comp).ToTestDisplayString()); 34154AssertEx.Equal(["void E.<G>$8048A6C8BE30A622530249B904B537EB<T>.M()"], DocumentationCommentId.GetSymbolsForDeclarationId(declarationId, comp).ToTestDisplayStrings()); 34158declarationId = DocumentationCommentId.CreateDeclarationId(mImplementation); 34160AssertEx.Equal("void E.M<T>(this T t)", DocumentationCommentId.GetFirstSymbolForDeclarationId(declarationId, comp).ToTestDisplayString()); 34161AssertEx.Equal(["void E.M<T>(this T t)"], DocumentationCommentId.GetSymbolsForDeclarationId(declarationId, comp).ToTestDisplayStrings()); 34235AssertEx.Equal("E.GroupingType`1.MarkerType", DocumentationCommentId.CreateReferenceId(extension)); 34236AssertEx.Equal("T:E.GroupingType`1.MarkerType", DocumentationCommentId.CreateDeclarationId(extension)); 34240var found = (INamedTypeSymbol)DocumentationCommentId.GetSymbolsForDeclarationId(DocumentationCommentId.CreateDeclarationId(extension), comp).Single(); 34246Assert.Equal("", DocumentationCommentId.CreateReferenceId(m)); 34249var declarationId = DocumentationCommentId.CreateDeclarationId(m); 34251AssertEx.Equal("void E.GroupingType<T>.M()", DocumentationCommentId.GetFirstSymbolForDeclarationId(declarationId, comp).ToTestDisplayString()); 34252AssertEx.Equal(["void E.GroupingType<T>.M()"], DocumentationCommentId.GetSymbolsForDeclarationId(declarationId, comp).ToTestDisplayStrings()); 34256declarationId = DocumentationCommentId.CreateDeclarationId(mImplementation); 34258AssertEx.Equal("void E.M<T>(this T t)", DocumentationCommentId.GetFirstSymbolForDeclarationId(declarationId, comp).ToTestDisplayString()); 34259AssertEx.Equal(["void E.M<T>(this T t)"], DocumentationCommentId.GetSymbolsForDeclarationId(declarationId, comp).ToTestDisplayStrings());
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\CompletionProviders\EnumAndCompletionListTagCompletionProvider.cs (1)
330? DocumentationCommentId.GetSymbolsForDeclarationId(documentation.CompletionListCref, compilation).OfType<INamedTypeSymbol>().FirstOrDefault()
Microsoft.CodeAnalysis.Features (6)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.cs (1)
377=> "~" + DocumentationCommentId.CreateDeclarationId(targetSymbol);
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (2)
463var symbol = DocumentationCommentId.GetFirstSymbolForDeclarationId(crefAttribute.Value, semanticModel.Compilation); 512var symbol = DocumentationCommentId.GetFirstSymbolForDeclarationId(crefValue, semanticModel.Compilation);
src\Analyzers\Core\Analyzers\RemoveUnnecessarySuppressions\AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.cs (1)
103var docCommentId = DocumentationCommentId.CreateDeclarationId(resolvedSymbol);
src\Compilers\Core\Portable\DiagnosticAnalyzer\SuppressMessageAttributeState.TargetSymbolResolver.cs (2)
63/// <param name="resolvedWithDocCommentIdFormat">Indicates if resolved "Target" argument is in Roslyn's <see cref="DocumentationCommentId"/> format.</param> 75var docIdResults = DocumentationCommentId.GetSymbolsForDeclarationId(nameWithoutPrefix, _compilation);
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (5)
src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
408var matchingSymbols = DocumentationCommentId.GetSymbolsForDeclarationId(genericInterfaceFullName, compilation);
src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (2)
202foreach (var symbol in DocumentationCommentId.GetSymbolsForDeclarationId(nameWithPrefix, compilation)) 347var declarationIdWithoutPrefix = DocumentationCommentId.CreateDeclarationId(symbol)![2..];
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Simplification\SymbolAnnotation.cs (2)
18=> new(Kind, DocumentationCommentId.CreateReferenceId(symbol)); 26: DocumentationCommentId.GetSymbolsForReferenceId(annotation.Data, compilation);
Microsoft.CodeAnalysis.PublicApiAnalyzers (5)
src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
408var matchingSymbols = DocumentationCommentId.GetSymbolsForDeclarationId(genericInterfaceFullName, compilation);
src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (2)
202foreach (var symbol in DocumentationCommentId.GetSymbolsForDeclarationId(nameWithPrefix, compilation)) 347var declarationIdWithoutPrefix = DocumentationCommentId.CreateDeclarationId(symbol)![2..];
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Simplification\SymbolAnnotation.cs (2)
18=> new(Kind, DocumentationCommentId.CreateReferenceId(symbol)); 26: DocumentationCommentId.GetSymbolsForReferenceId(annotation.Data, compilation);
Microsoft.CodeAnalysis.ResxSourceGenerator (5)
src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
408var matchingSymbols = DocumentationCommentId.GetSymbolsForDeclarationId(genericInterfaceFullName, compilation);
src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (2)
202foreach (var symbol in DocumentationCommentId.GetSymbolsForDeclarationId(nameWithPrefix, compilation)) 347var declarationIdWithoutPrefix = DocumentationCommentId.CreateDeclarationId(symbol)![2..];
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Simplification\SymbolAnnotation.cs (2)
18=> new(Kind, DocumentationCommentId.CreateReferenceId(symbol)); 26: DocumentationCommentId.GetSymbolsForReferenceId(annotation.Data, compilation);
Microsoft.CodeAnalysis.UnitTests (15)
Symbols\DocumentationCommentIdTests.cs (15)
39var actualDocId = DocumentationCommentId.CreateDeclarationId(symbol); 45var foundSymbols = DocumentationCommentId.GetSymbolsForDeclarationId(expectedDocId, comp); 69var actualDocId = DocumentationCommentId.CreateDeclarationId(symbol); 71var foundSymbols = DocumentationCommentId.GetSymbolsForDeclarationId(expectedDocId, comp); 89var actualDocId = DocumentationCommentId.CreateDeclarationId(symbol); 95var foundSymbols = DocumentationCommentId.GetSymbolsForDeclarationId(expectedDocId, comp); 113var actualDocId = DocumentationCommentId.CreateDeclarationId(symbol); 119var foundSymbols = DocumentationCommentId.GetSymbolsForDeclarationId(expectedDocId, comp); 135Assert.NotNull(DocumentationCommentId.GetFirstSymbolForDeclarationId("M:N.C.M``1(``0[])", comp)); 136Assert.Null(DocumentationCommentId.GetFirstSymbolForDeclarationId("M:N.C.M``1(`0[])", comp)); 137Assert.Null(DocumentationCommentId.GetFirstSymbolForDeclarationId("M:N.C.M``1(``1[])", comp)); 154Assert.NotNull(DocumentationCommentId.GetFirstSymbolForDeclarationId("M:N.C.M``1(``0[])", comp)); 155Assert.Null(DocumentationCommentId.GetFirstSymbolForDeclarationId("M:N.C.M``1(`0[])", comp)); 156Assert.Null(DocumentationCommentId.GetFirstSymbolForDeclarationId("M:N.C.M``1(``1[])", comp)); 184var id = DocumentationCommentId.CreateDeclarationId(symbol!);
Microsoft.CodeAnalysis.Workspaces (7)
Editing\SymbolEditor.cs (2)
98var symbolId = DocumentationCommentId.CreateDeclarationId(symbol); 154var symbols = DocumentationCommentId.GetSymbolsForDeclarationId(symbolId, comp).ToList();
FindSymbols\FindReferences\Finders\AbstractReferenceFinder_GlobalSuppressions.cs (1)
26documentationCommentId = DocumentationCommentId.CreateDeclarationId(symbol);
Shared\Extensions\ISymbolExtensions.cs (1)
369symbol = DocumentationCommentId.GetFirstSymbolForDeclarationId(crefValue, compilation);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Simplification\SymbolAnnotation.cs (2)
18=> new(Kind, DocumentationCommentId.CreateReferenceId(symbol)); 26: DocumentationCommentId.GetSymbolsForReferenceId(annotation.Data, compilation);
Utilities\Documentation\DeferredDocumentationProvider.cs (1)
33var symbol = DocumentationCommentId.GetFirstSymbolForDeclarationId(documentationMemberID, _compilation);
Microsoft.CodeAnalysis.Workspaces.UnitTests (6)
UtilityTest\DocumentationCommentIdTests.cs (6)
25var id = DocumentationCommentId.CreateDeclarationId(symbol); 28var sym = DocumentationCommentId.GetFirstSymbolForDeclarationId(id, compilation); 35var symbol = DocumentationCommentId.GetFirstSymbolForDeclarationId(expectedId, compilation); 47var id = DocumentationCommentId.CreateDeclarationId(symbol); 53var id = DocumentationCommentId.CreateReferenceId(symbol); 56var sym = DocumentationCommentId.GetSymbolsForReferenceId(id, compilation).FirstOrDefault();
Microsoft.VisualStudio.LanguageServices (1)
Library\ObjectBrowser\AbstractDescriptionBuilder.cs (1)
418if (DocumentationCommentId.GetFirstSymbolForDeclarationId(exceptionType, compilation) is INamedTypeSymbol exceptionTypeSymbol)
Roslyn.Diagnostics.Analyzers (5)
src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
408var matchingSymbols = DocumentationCommentId.GetSymbolsForDeclarationId(genericInterfaceFullName, compilation);
src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (2)
202foreach (var symbol in DocumentationCommentId.GetSymbolsForDeclarationId(nameWithPrefix, compilation)) 347var declarationIdWithoutPrefix = DocumentationCommentId.CreateDeclarationId(symbol)![2..];
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Simplification\SymbolAnnotation.cs (2)
18=> new(Kind, DocumentationCommentId.CreateReferenceId(symbol)); 26: DocumentationCommentId.GetSymbolsForReferenceId(annotation.Data, compilation);
Test.Utilities (5)
src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
408var matchingSymbols = DocumentationCommentId.GetSymbolsForDeclarationId(genericInterfaceFullName, compilation);
src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (2)
202foreach (var symbol in DocumentationCommentId.GetSymbolsForDeclarationId(nameWithPrefix, compilation)) 347var declarationIdWithoutPrefix = DocumentationCommentId.CreateDeclarationId(symbol)![2..];
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Simplification\SymbolAnnotation.cs (2)
18=> new(Kind, DocumentationCommentId.CreateReferenceId(symbol)); 26: DocumentationCommentId.GetSymbolsForReferenceId(annotation.Data, compilation);
Text.Analyzers (5)
src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (1)
408var matchingSymbols = DocumentationCommentId.GetSymbolsForDeclarationId(genericInterfaceFullName, compilation);
src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (2)
202foreach (var symbol in DocumentationCommentId.GetSymbolsForDeclarationId(nameWithPrefix, compilation)) 347var declarationIdWithoutPrefix = DocumentationCommentId.CreateDeclarationId(symbol)![2..];
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Simplification\SymbolAnnotation.cs (2)
18=> new(Kind, DocumentationCommentId.CreateReferenceId(symbol)); 26: DocumentationCommentId.GetSymbolsForReferenceId(annotation.Data, compilation);