9 references to Any
Microsoft.AspNetCore.Razor.Microbenchmarks (1)
Extensions.cs (1)
36!report.AllMeasurements.Any();
Microsoft.AspNetCore.Razor.Test.Common (2)
Language\IntegrationTests\IntegrationTestBase.cs (1)
423if (lines.Any())
Language\Legacy\ParserTestBase.cs (1)
97if (lines.Any())
Microsoft.AspNetCore.Razor.Test.Common.Tooling (1)
Language\Legacy\ToolingParserTestBase.cs (1)
81if (lines.Any())
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (2)
ReadOnlyListExtensionsTests.cs (2)
26Assert.False(readOnlyList.Any()); 30Assert.True(readOnlyList.Any());
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Hover\HoverFactory.cs (2)
91Debug.Assert(binding.TagHelpers.Any()); 126Debug.Assert(binding.TagHelpers.Any());
Microsoft.VisualStudio.Razor.IntegrationTests (1)
InProcess\SolutionExplorerInProcess.cs (1)
41ErrorHandler.ThrowOnFailure(solution.AddNewProjectFromTemplate(projectTemplatePath, args.Any() ? args.ToArray() : null, null, projectPath, projectName, null, out _));