4 references to IsEmpty
dotnet (2)
Commands\Test\MTP\MSBuildHandler.cs (2)
91return restored && !_testApplications.IsEmpty ? ExitCode.Success : ExitCode.GenericFailure; 100return restored && !_testApplications.IsEmpty ? ExitCode.Success : ExitCode.GenericFailure;
Microsoft.CodeAnalysis.Analyzers (1)
MetaAnalyzers\DiagnosticAnalyzerAPIUsageAnalyzer.cs (1)
111if (diagnosticAnalyzerTypes.IsEmpty || !hasAccessToTypeFromWorkspaceAssemblies)
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
Data\StaticWebAssetEndpoint.cs (1)
371if (endpoints == null || endpoints.IsEmpty)