1 implementation of GetOptions
Microsoft.CodeAnalysis.CSharp.Features (1)
Options\CSharpEditorConfigOptionsEnumerator.cs (1)
21public IEnumerable<(string feature, ImmutableArray<IOption2> options)> GetOptions(bool includeUnsupported)
1 reference to GetOptions
Microsoft.CodeAnalysis.Features (1)
Options\EditorConfig\EditorConfigOptionsEnumerator.cs (1)
31.SelectMany(e => e.Value.GetOptions(includeUnsupported));