4 references to CreateDefaultSymbolSpecification
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\Naming\FallbackNamingRules.cs (1)
40CreateDefaultSymbolSpecification(),
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SymbolSpecification.cs (1)
30private static readonly SymbolSpecification DefaultSymbolSpecificationTemplate = CreateDefaultSymbolSpecification();
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Options\EditorConfigNamingStyleParserTests.cs (1)
460var symbolSpecifications = CreateDefaultSymbolSpecification();
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\Style\NamingPreferences\SymbolSpecification\SymbolSpecificationViewModel.cs (1)
36INotificationService notificationService) : this(languageName, CreateDefaultSymbolSpecification(), canBeDeleted, notificationService) { }