4 references to _all
Microsoft.CodeAnalysis.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\EditorConfig\EditorConfigNamingStyleParser_SymbolSpec.cs (4)
121
return (
_all
, defaultValue());
150
return
_all
;
353
if (
_all
.All(symbols.Contains) && symbols.All(
_all
.Contains))