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