4 references to All
Microsoft.CodeAnalysis.Features (2)
CodeRefactorings\SyncNamespace\AbstractSyncNamespaceCodeRefactoringProvider.MoveFileCodeAction.cs (1)
123
if (builder.
All
(folders => !folders.SequenceEqual(defaultPathBasedOnCurrentFolder, PathUtilities.Comparer)))
InlineHints\AbstractInlineTypeHintsService.cs (1)
83
if (finalParts.
All
(p => string.IsNullOrWhiteSpace(p.ToString())))
Microsoft.CodeAnalysis.Workspaces (2)
SymbolKey.AnonymousTypeSymbolKey.cs (1)
84
if (propertyLocations.Builder.
All
(loc => loc == null))
SymbolKey.TupleTypeSymbolKey.cs (1)
136
if (elementLocations.Builder.
All
(loc => loc == null))