8 references to ValidateDebuggerDisplayReferences
Microsoft.CodeAnalysis.UnitTests (8)
Collections\ImmutableSegmentedDictionaryBuilderTest.cs (1)
248DebuggerAttributes.ValidateDebuggerDisplayReferences(ImmutableSegmentedDictionary.CreateBuilder<string, int>());
Collections\ImmutableSegmentedDictionaryTest.cs (2)
247DebuggerAttributes.ValidateDebuggerDisplayReferences(ImmutableSegmentedDictionary.Create<int, int>()); 252DebuggerAttributes.ValidateDebuggerDisplayReferences(rootNode);
Collections\ImmutableSegmentedHashSetBuilderTest.cs (1)
315DebuggerAttributes.ValidateDebuggerDisplayReferences(ImmutableSegmentedHashSet.CreateBuilder<int>());
Collections\ImmutableSegmentedHashSetTest.cs (1)
186DebuggerAttributes.ValidateDebuggerDisplayReferences(ImmutableSegmentedHashSet.Create<string>());
Collections\ImmutableSegmentedListBuilderTest.cs (1)
358DebuggerAttributes.ValidateDebuggerDisplayReferences(ImmutableSegmentedList.CreateBuilder<int>());
Collections\ImmutableSegmentedListTest.cs (2)
772DebuggerAttributes.ValidateDebuggerDisplayReferences(ImmutableSegmentedList.Create<int>()); 777DebuggerAttributes.ValidateDebuggerDisplayReferences(rootNode);