9 references to Name
Microsoft.CodeAnalysis.CodeStyle (9)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\NamingStylePreferencesEditorConfigSerializer.cs (1)
127
var name = ToSnakeCaseName(symbolSpecification.
Name
);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\Serialization\SymbolSpecification.cs (8)
48
=>
Name
;
197
&&
Name
== other.
Name
206
Hash.Combine(
Name
.GetHashCode(),
216
new XAttribute(nameof(
Name
),
Name
),
225
writer.WriteString(
Name
);
280
name: symbolSpecificationElement.Attribute(nameof(
Name
)).Value,