4 writes to Location
Microsoft.CodeAnalysis.EditorFeatures (4)
EditorConfigSettings\Data\NamingStyleSetting.cs (4)
30
Location
= new SettingLocation(fileName is null ? LocationKind.VisualStudio : LocationKind.EditorConfig, fileName);
47
Location
= new SettingLocation(LocationKind.EditorConfig, namingStyleOption.Section.FilePath)
80
Location
= Location with { LocationKind = LocationKind.EditorConfig };
89
Location
= Location with { LocationKind = LocationKind.EditorConfig };
4 references to Location
Microsoft.CodeAnalysis.EditorFeatures (4)
EditorConfigSettings\Data\NamingStyleSetting.cs (4)
78
if (
Location
is not null)
80
Location =
Location
with { LocationKind = LocationKind.EditorConfig };
87
if (selectedIndex > -1 && selectedIndex < _allStyles.Length &&
Location
is not null)
89
Location =
Location
with { LocationKind = LocationKind.EditorConfig };