6 references to CodeVariableDeclarationStatement
Microsoft.Build.Tasks.Core (2)
system.design\stronglytypedresourcebuilder.cs (1)
653
var returnObj = new
CodeVariableDeclarationStatement
(typeof(Object), "obj", getValue);
XamlTaskFactory\TaskGenerator.cs (1)
863
var indexDecl = new
CodeVariableDeclarationStatement
(typeof(int), "i", new CodeMethodInvokeExpression(
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
2675
CodeVariableDeclarationStatement cvdsresLocator = new
CodeVariableDeclarationStatement
(typeof(System.Uri), resVarname, coceResourceLocator);
System.Runtime.Serialization.Schema (1)
System\Runtime\Serialization\Schema\CodeExporter.cs (1)
1963
raisePropertyChangedEventMethod.Statements.Add(new
CodeVariableDeclarationStatement
(typeof(PropertyChangedEventHandler), propertyChanged.VariableName, new CodeEventReferenceExpression(ThisReference, PropertyChangedEvent.Name)));
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\ResourceCodeDomSerializer.cs (1)
299
statements.Add(new
CodeVariableDeclarationStatement
(typeof(ComponentResourceManager), ResourceManagerName, initExpression));
System\Resources\Tools\StronglyTypedResourceBuilder.cs (1)
800
CodeVariableDeclarationStatement returnObject =
new
(typeof(object), "obj", getValue);