4 references to _all
Microsoft.CodeAnalysis.CodeStyle (4)
EditorConfigNamingStyleParser_SymbolSpec.cs (4)
121
return (
_all
, defaultValue());
164
return
_all
;
358
if (
_all
.All(symbols.Contains) && symbols.All(
_all
.Contains))