1 write to Name
Microsoft.CodeAnalysis.CodeStyle (1)
SymbolSpecification.cs (1)
55Name = name;
9 references to Name
Microsoft.CodeAnalysis.CodeStyle (9)
EditorConfigFileGenerator_NamingStyles.cs (1)
119var name = ToSnakeCaseName(symbolSpecification.Name);
SymbolSpecification.cs (8)
62=> Name; 215&& Name == other.Name 224Hash.Combine(Name.GetHashCode(), 234new XAttribute(nameof(Name), Name), 245writer.WriteString(Name); 300name: symbolSpecificationElement.Attribute(nameof(Name)).Value,