205 references to new
dotnet-svcutil-lib (2)
GenerateDocumentationAndConfigFiles (4)
Metrics (4)
Metrics.Legacy (4)
Microsoft.Build (14)
Microsoft.Build.Engine.UnitTests (17)
BackEnd\NodePackets_Tests.cs (5)
155new DictionaryEntry("Compile", new TaskItemData("a", null)),
156new DictionaryEntry("Compile", new TaskItemData("b", CreateStringDictionary())),
157new DictionaryEntry("Reference", new TaskItemData("c", CreateStringDictionary())),
169new DictionaryEntry("a", "b"),
170new DictionaryEntry("c", "d")
BuildEventArgsDataEnumeration.cs (7)
31new DictionaryEntry("Key", "Value"),
59new DictionaryEntry("Key", new MyTaskItem() { ItemSpec = "TestItemSpec" }),
60new DictionaryEntry("Key2",
97new DictionaryEntry("Key", new MyTaskItem() { ItemSpec = "TestItemSpec" }),
98new DictionaryEntry("Key2",
101new DictionaryEntry("Key2", new MyTaskItem() { ItemSpec = "TestItemSpec3" }),
102new DictionaryEntry("Key",
Microsoft.Build.Framework (5)
Microsoft.Build.Framework.UnitTests (7)
Microsoft.Build.Tasks.Core (5)
Microsoft.Build.Utilities.Core (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)
MSBuild (1)
MSBuildTaskHost (2)
PresentationCore (7)
PresentationFramework (2)
Roslyn.Diagnostics.Analyzers (4)
System.Collections (6)
System.Collections.Concurrent (2)
System.Collections.Immutable (5)
System.Collections.NonGeneric (3)
System.Collections.Specialized (7)
System.ComponentModel.TypeConverter (1)
System.Diagnostics.Process (1)
System.Private.CoreLib (11)
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)