5 references to Empty
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (2)
EditAndContinue\SyntaxUtilitiesTests.cs (2)
257AssertEx.Empty(SyntaxUtilities.GetSuspensionPoints(x.Initializer)); 259AssertEx.Empty(SyntaxUtilities.GetSuspensionPoints(m2.Body));
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (2)
NewlyCreatedProjectsFromDotNetNew.cs (2)
224AssertEx.Empty(workspace.Diagnostics, $"The following workspace diagnostics are being reported for the template."); 240AssertEx.Empty(unnecessaryIgnoreDiagnostics, $"The following diagnostics are unnecessarily being ignored for the template.");
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Remote\ServiceDescriptorTests.cs (1)
341AssertEx.Empty(errors, "Types are not MessagePack-serializable");