3 references to CodeVariableDeclarationStatement
System.Management (1)
System\Management\WMIGenerator.cs (1)
4358cmm.Statements.Add(new CodeVariableDeclarationStatement("System.Int32", strnCtr));
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\CodeDomSerializer.cs (1)
182CodeVariableDeclarationStatement varDecl = new(varTypeName!, varName)
System\ComponentModel\Design\Serialization\ComponentCodeDomSerializer.cs (1)
241CodeVariableDeclarationStatement local = new(typeName, name);