8 references to Any
Microsoft.CodeAnalysis (3)
Syntax\SyntaxTokenList.cs (2)
214if (Any()) 229if (Any())
Syntax\SyntaxTokenList.Reversed.cs (1)
85if (list.Any())
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\DebugInfoInjector_SequencePoints.cs (1)
101GetFirstLocalOrFieldBreakpointSpan(modifiers.Any() ? modifiers[0] : (SyntaxToken?)null, declaratorSyntax, out node, out part);
Microsoft.CodeAnalysis.CSharp.Features (1)
DocumentationComments\CSharpDocumentationCommentSnippetService.cs (1)
278if (!textTokens.Any())
Microsoft.CodeAnalysis.VisualBasic.Features (2)
DocumentationComments\VisualBasicDocumentationCommentSnippetService.vb (2)
162If Not firstXmlText.TextTokens.Any OrElse 163Not lastXmlText.TextTokens.Any Then
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.NodeLocator.vb (1)
1195If parameter.Modifiers.Any() Then