9 references to Name
Microsoft.CodeAnalysis.Workspaces (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)
53
=>
Name
;
202
&&
Name
== other.
Name
211
Hash.Combine(
Name
.GetHashCode(),
221
new XAttribute(nameof(
Name
),
Name
),
230
writer.WriteString(
Name
);
285
name: symbolSpecificationElement.Attribute(nameof(
Name
)).Value,