2 references to EditorConfigOptions
Microsoft.CodeAnalysis.EditorFeatures (2)
EditorConfigSettings\Data\TieredAnalyzerConfigOptions.cs (1)
24if (EditorConfigOptions.TryGetEditorConfigOption<TValue>(option, out var editorConfigValue) && editorConfigValue is not null)
EditorConfigSettings\DataProvider\Analyzer\AnalyzerSettingsProvider.cs (1)
55someReferencingProject, analyzerReference, options.EditorConfigOptions, cancellationToken).ConfigureAwait(false);