14 references to CreateDeclarationId
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (1)
347var declarationIdWithoutPrefix = DocumentationCommentId.CreateDeclarationId(symbol)![2..];
Microsoft.AspNetCore.OpenApi.SourceGenerators (3)
XmlCommentGenerator.Parser.cs (3)
81if (DocumentationCommentId.CreateDeclarationId(type) is string name && 90if (DocumentationCommentId.CreateDeclarationId(property) is string name && 104if (DocumentationCommentId.CreateDeclarationId(method) is string name &&
Microsoft.CodeAnalysis (1)
DocumentationCommentId.cs (1)
88var result = CreateDeclarationId(symbol);
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (1)
347var declarationIdWithoutPrefix = DocumentationCommentId.CreateDeclarationId(symbol)![2..];
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (1)
347var declarationIdWithoutPrefix = DocumentationCommentId.CreateDeclarationId(symbol)![2..];
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Analyzers\Core\Analyzers\RemoveUnnecessarySuppressions\AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.cs (1)
103var docCommentId = DocumentationCommentId.CreateDeclarationId(resolvedSymbol);
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.cs (1)
377=> "~" + DocumentationCommentId.CreateDeclarationId(targetSymbol);
src\roslyn\src\Analyzers\Core\Analyzers\RemoveUnnecessarySuppressions\AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.cs (1)
103var docCommentId = DocumentationCommentId.CreateDeclarationId(resolvedSymbol);
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (1)
347var declarationIdWithoutPrefix = DocumentationCommentId.CreateDeclarationId(symbol)![2..];
Microsoft.CodeAnalysis.Workspaces (2)
Editing\SymbolEditor.cs (1)
98var symbolId = DocumentationCommentId.CreateDeclarationId(symbol);
FindSymbols\FindReferences\Finders\AbstractReferenceFinder_GlobalSuppressions.cs (1)
26documentationCommentId = DocumentationCommentId.CreateDeclarationId(symbol);
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (1)
347var declarationIdWithoutPrefix = DocumentationCommentId.CreateDeclarationId(symbol)![2..];