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