154 references to DictionaryEntry
dotnet-svcutil-lib (2)
GenerateDocumentationAndConfigFiles (4)
Metrics (4)
Metrics.Legacy (4)
Microsoft.Build.Framework (1)
Microsoft.CodeAnalysis (4)
Microsoft.CodeAnalysis.Analyzers (4)
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
Microsoft.CodeAnalysis.BannedApiAnalyzers (4)
Microsoft.CodeAnalysis.CodeStyle (4)
Microsoft.CodeAnalysis.Collections.Package (4)
Microsoft.CodeAnalysis.Extensions.Package (4)
Microsoft.CodeAnalysis.InteractiveHost (4)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (4)
Microsoft.CodeAnalysis.PublicApiAnalyzers (4)
Microsoft.CodeAnalysis.ResxSourceGenerator (4)
Microsoft.CodeAnalysis.Scripting.TestUtilities (1)
Microsoft.CodeAnalysis.Threading.Package (4)
Microsoft.CodeAnalysis.UnitTests (18)
Collections\ImmutableDictionaryBuilderTestBase.cs (9)
199Assert.Equal(new DictionaryEntry(null!, 0), enumerator.Current);
202Assert.Equal(new DictionaryEntry(null!, 0), enumerator.Entry);
210Assert.Equal(new DictionaryEntry(null!, 0), enumerator.Current);
213Assert.Equal(new DictionaryEntry(null!, 0), enumerator.Entry);
217Assert.Equal(new DictionaryEntry(null!, 0), enumerator.Current);
220Assert.Equal(new DictionaryEntry(null!, 0), enumerator.Entry);
227Assert.Equal(new DictionaryEntry(null!, 0), enumerator.Current);
230Assert.Equal(new DictionaryEntry(null!, 0), enumerator.Entry);
253Assert.Equal(new DictionaryEntry[] { default, new DictionaryEntry("b", 2) }, entryArray);
Collections\ImmutableDictionaryTestBase.cs (9)
150Assert.Equal(new DictionaryEntry("a", 1), (DictionaryEntry)array[1]);
187Assert.Equal(new DictionaryEntry(null!, 0), enumerator.Current);
190Assert.Equal(new DictionaryEntry(null!, 0), enumerator.Entry);
198Assert.Equal(new DictionaryEntry(null!, 0), enumerator.Current);
201Assert.Equal(new DictionaryEntry(null!, 0), enumerator.Entry);
205Assert.Equal(new DictionaryEntry(null!, 0), enumerator.Current);
208Assert.Equal(new DictionaryEntry(null!, 0), enumerator.Entry);
215Assert.Equal(new DictionaryEntry(null!, 0), enumerator.Current);
218Assert.Equal(new DictionaryEntry(null!, 0), enumerator.Entry);
Microsoft.CodeAnalysis.Workspaces (4)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (4)
PresentationCore (7)
PresentationFramework (2)
Roslyn.Diagnostics.Analyzers (4)
System.Collections (6)
System.Collections.Immutable (5)
System.Collections.NonGeneric (3)
System.Collections.Specialized (7)
System.ComponentModel.TypeConverter (1)
System.Diagnostics.Process (1)
System.Private.CoreLib (13)
System.Private.Xml (2)
System.Resources.Extensions (1)
System.Windows.Forms (2)
System.Windows.Forms.Design (1)
System.Xaml (1)
Test.Utilities (4)
Text.Analyzers (4)