5 references to CodeVariableDeclarationStatement
Microsoft.Build.Tasks.Core (1)
system.design\stronglytypedresourcebuilder.cs (1)
653
var returnObj = new
CodeVariableDeclarationStatement
(typeof(Object), "obj", getValue);
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
2689
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);