2 types derived from EditorConfigOption
Microsoft.CodeAnalysis.CodeStyle (2)
EditorConfigOption`1.cs (1)
13: EditorConfigOption(Section, Span)
NamingStyleOption.cs (1)
26: EditorConfigOption(Section, RuleName.Span);
4 references to EditorConfigOption
Microsoft.CodeAnalysis.CodeStyle (4)
EditorConfigFile.cs (1)
20where T : EditorConfigOption
EditorConfigParser.cs (2)
38where TResult : EditorConfigOption 46where TEditorConfigOption : EditorConfigOption
IEditorConfigOptionAccumulator.cs (1)
13where TResult : EditorConfigOption