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