140 references to new
dotnet-svcutil-lib (2)
Microsoft.Build (14)
Microsoft.Build.Engine.UnitTests (17)
BackEnd\NodePackets_Tests.cs (5)
152new DictionaryEntry("Compile", new TaskItemData("a", null)),
153new DictionaryEntry("Compile", new TaskItemData("b", CreateStringDictionary())),
154new DictionaryEntry("Reference", new TaskItemData("c", CreateStringDictionary())),
166new DictionaryEntry("a", "b"),
167new DictionaryEntry("c", "d")
BuildEventArgsDataEnumeration.cs (7)
32new DictionaryEntry("Key", "Value"),
60new DictionaryEntry("Key", new MyTaskItem() { ItemSpec = "TestItemSpec" }),
61new DictionaryEntry("Key2",
98new DictionaryEntry("Key", new MyTaskItem() { ItemSpec = "TestItemSpec" }),
99new DictionaryEntry("Key2",
102new DictionaryEntry("Key2", new MyTaskItem() { ItemSpec = "TestItemSpec3" }),
103new 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.CodeStyle (4)
Microsoft.CodeAnalysis.Collections.Package (4)
Microsoft.CodeAnalysis.Scripting.TestUtilities (1)
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)
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 (8)
System.Private.Xml (2)
System.Resources.Extensions (1)
System.Windows.Forms (2)
System.Windows.Forms.Design (1)
System.Xaml (1)