7 references to EditorConfig
Microsoft.CodeAnalysis.EditorFeatures (7)
EditorConfigSettings\Data\NamingStyleSetting.cs (4)
30Location = new SettingLocation(fileName is null ? LocationKind.VisualStudio : LocationKind.EditorConfig, fileName); 47Location = new SettingLocation(LocationKind.EditorConfig, namingStyleOption.Section.FilePath) 80Location = Location with { LocationKind = LocationKind.EditorConfig }; 89Location = Location with { LocationKind = LocationKind.EditorConfig };
EditorConfigSettings\Data\Setting.cs (1)
34Location = Location with { LocationKind = LocationKind.EditorConfig };
EditorConfigSettings\Data\TieredAnalyzerConfigOptions.cs (1)
26location = new SettingLocation(LocationKind.EditorConfig, EditorConfigFileName);
EditorConfigSettings\DataProvider\Analyzer\AnalyzerSettingsProvider.cs (1)
62var settingLocation = new SettingLocation(isEditorconfig ? LocationKind.EditorConfig : LocationKind.VisualStudio, FileName);