3 references to CodeVariableDeclarationStatement
Microsoft.Build.Tasks.Core (2)
system.design\stronglytypedresourcebuilder.cs (1)
466
init[0] = new
CodeVariableDeclarationStatement
(ResMgrCodeTypeReference, tmpVarName, newResMgr);
XamlTaskFactory\TaskGenerator.cs (1)
669
var createNewToolSwitch = new
CodeVariableDeclarationStatement
(new CodeTypeReference(TypeToolSwitch), SwitchToAdd, new CodeObjectCreateExpression(TypeToolSwitch, new CodePropertyReferenceExpression(new CodeVariableReferenceExpression(TypeToolSwitchType), type)));
System.Windows.Forms.Design (1)
System\Resources\Tools\StronglyTypedResourceBuilder.cs (1)
617
new
CodeVariableDeclarationStatement
(resourceManagerType, tempVariableName, newResourceManager),