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