9 references to new
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
971CodeVariableDeclarationStatement cvdsES = new CodeVariableDeclarationStatement(KnownTypes.Types[(int)KnownElements.EventSetter], EVENTSETTER);
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\ContainerCodeDomSerializer.cs (1)
61CodeVariableDeclarationStatement var = new(typeof(IContainer), ContainerName);
System.Windows.Forms.Design.Tests (7)
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationServiceTests.cs (7)
143new CodeVariableDeclarationStatement(typeof(DataClass), "name1"), 157new CodeVariableDeclarationStatement(typeof(DataClass), "name2"), 245new CodeVariableDeclarationStatement(typeof(DataClass), "name"), 347new CodeVariableDeclarationStatement(typeof(DataClass), "name"), 392new CodeVariableDeclarationStatement(typeof(DataClass), "name"), 533new CodeVariableDeclarationStatement(typeof(DataClass), "name"), 582new CodeVariableDeclarationStatement(typeof(DataClass), "name"),