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