5 references to All
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertPrimaryToRegularConstructor\ConvertPrimaryToRegularConstructorCodeRefactoringProvider_DocumentationComments.cs (1)
56
if (content.
All
(c => c is XmlTextSyntax xmlText && xmlText.TextTokens.All(
Microsoft.CodeAnalysis.Features (2)
CodeRefactorings\SyncNamespace\AbstractSyncNamespaceCodeRefactoringProvider.MoveFileCodeAction.cs (1)
116
if (builder.
All
(folders => !folders.SequenceEqual(defaultPathBasedOnCurrentFolder, PathUtilities.Comparer)))
InlineHints\AbstractInlineTypeHintsService.cs (1)
90
if (finalParts.
All
(p => string.IsNullOrWhiteSpace(p.ToString())))
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.AnonymousTypeSymbolKey.cs (1)
83
if (propertyLocations.Builder.
All
(loc => loc == null))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.TupleTypeSymbolKey.cs (1)
134
if (elementLocations.Builder.
All
(loc => loc == null))