55 references to Empty
Microsoft.CodeAnalysis.CodeStyle.LegacyTestFramework.UnitTestUtilities (1)
AbstractDiagnosticProviderBasedUserDiagnosticTest.cs (1)
244AssertEx.Empty(analyzerExceptionDiagnostics, "Found analyzer exception diagnostics");
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
EditAndContinue\ActiveStatementTrackingServiceTests.cs (1)
222AssertEx.Empty(await trackingSession.GetAdjustedTrackingSpansAsync(document2, snapshot2, CancellationToken.None));
EditAndContinue\SyntaxUtilitiesTests.cs (2)
256AssertEx.Empty(SyntaxUtilities.GetSuspensionPoints(x.Initializer)); 258AssertEx.Empty(SyntaxUtilities.GetSuspensionPoints(m2.Body));
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (30)
Semantics\InitOnlyMemberTests.cs (4)
1454AssertEx.Empty(propertyAttributes); 1463AssertEx.Empty(getterAttributes); 1480AssertEx.Empty(setterAttributes); 1492AssertEx.Empty(backingFieldAttributes);
Semantics\NullableReferenceTypesTests.cs (26)
28237AssertEx.Empty(copenAttributes); 28252AssertEx.Empty(propertyAttributes); 28259AssertEx.Empty(getterAttributes); 28270AssertEx.Empty(getterReturnAttributes); 28281AssertEx.Empty(setterAttributes); 28290AssertEx.Empty(setterReturnAttributes); 28340AssertEx.Empty(copenAttributes); 28355AssertEx.Empty(propertyAttributes); 28362AssertEx.Empty(getterAttributes); 28373AssertEx.Empty(getterReturnAttributes); 38897AssertEx.Empty(copenAttributes); 38912AssertEx.Empty(propertyAttributes); 38917AssertEx.Empty(setterAttributes); 38923AssertEx.Empty(setterValueAttributes); 38932AssertEx.Empty(setterReturnAttributes); 38958AssertEx.Empty(copenAttributes); 38973AssertEx.Empty(propertyAttributes); 38978AssertEx.Empty(setterAttributes); 38984AssertEx.Empty(setterValueAttributes); 42578AssertEx.Empty(copenAttributes); 42593AssertEx.Empty(propertyAttributes); 42600AssertEx.Empty(setterAttributes); 42611AssertEx.Empty(setterValueAttributes); 45860AssertEx.Empty(copenAttributes); 45875AssertEx.Empty(propertyAttributes); 45884AssertEx.Empty(getterReturnAttributes);
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (1)
Diagnostics\AbstractDiagnosticProviderBasedUserDiagnosticTest.cs (1)
244AssertEx.Empty(analyzerExceptionDiagnostics, "Found analyzer exception diagnostics");
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
EditAndContinue\EditAndContinueTestHelpers.cs (1)
238AssertEx.Empty(duplicateNonPartial, "Duplicate non-partial symbols");
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (16)
EditAndContinue\ActiveStatementsMapTests.cs (1)
169AssertEx.Empty(oldSpans);
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (15)
1296AssertEx.Empty(diagnostics1); 1482AssertEx.Empty(diagnostics); 1507AssertEx.Empty(diagnostics); 1786AssertEx.Empty(diagnostics1); 1826AssertEx.Empty(diagnostics1); 2187AssertEx.Empty(diagnostics); 2195AssertEx.Empty(diagnostics); 2240AssertEx.Empty(diagnostics); 2337AssertEx.Empty(diagnostics); 2369AssertEx.Empty(diagnostics1); 2540AssertEx.Empty(diagnostics); 2618AssertEx.Empty(diagnostics); 2629AssertEx.Empty(emitDiagnostics); 2712AssertEx.Empty(diagnostics1); 3299AssertEx.Empty(diagnostics);
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
Emit\CompilationEmitTests.vb (1)
688AssertEx.Empty(attributes.Select(Function(a) MetadataReaderUtils.Dump(reader, reader.GetCustomAttribute(a).Constructor)))
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Remote\ServiceDescriptorTests.cs (1)
359AssertEx.Empty(errors, "Types are not MessagePack-serializable");
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
Diagnostics\DefaultDiagnosticUpdateSourceTests.vb (1)
228AssertEx.Empty(diagnostics)