1 write to SymbolSpecifications
Microsoft.CodeAnalysis.CodeStyle (1)
NamingStylePreferences.cs (1)
293
SymbolSpecifications
= symbolSpecifications;
10 references to SymbolSpecifications
Microsoft.CodeAnalysis.CodeStyle (8)
EditorConfigFileGenerator_NamingStyles.cs (1)
43
namingStylePreferences.
SymbolSpecifications
,
EditorConfigNamingStyleParser.cs (1)
92
preferences.
SymbolSpecifications
,
NamingStylePreferences.cs (6)
306
=>
SymbolSpecifications
.IsEmpty && NamingStyles.IsEmpty && NamingRules.IsEmpty;
312
=>
SymbolSpecifications
.Single(s => s.ID == symbolSpecificationID);
323
new XElement("SymbolSpecifications",
SymbolSpecifications
.Select(s => s.CreateXElement())),
349
return
SymbolSpecifications
.SequenceEqual(other.
SymbolSpecifications
)
373
return Hash.Combine(Hash.CombineValues(
SymbolSpecifications
),
Microsoft.CodeAnalysis.CodeStyle.UnitTestUtilities (2)
NamingStylesTestOptionSets.cs (2)
38
firstPreferences.
SymbolSpecifications
.AddRange(secondPreferences.
SymbolSpecifications
),