13 references to CodeVariableDeclarationStatement
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
981
CodeVariableDeclarationStatement cvdsES = new
CodeVariableDeclarationStatement
(KnownTypes.Types[(int)KnownElements.EventSetter], EVENTSETTER);
System.Data (1)
fx\src\data\System\Data\CodeGen\datacache.cs (1)
1531
private static CodeStatement VariableDecl(Type type, String name) { return new
CodeVariableDeclarationStatement
(type, name); }
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityViewGeneration\EntityViewGenerator.cs (1)
582
CodeVariableDeclarationStatement viewStringDeclaration = new
CodeVariableDeclarationStatement
(typeof(StringBuilder), "viewString");
System.Web (10)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (5)
998
CodeVariableDeclarationStatement tableDecl = new
CodeVariableDeclarationStatement
(typeof(OrderedDictionary), tableVarName);
1057
CodeVariableDeclarationStatement controlDecl = new
CodeVariableDeclarationStatement
(entry.ControlType, entry.ControlID);
1245
CodeVariableDeclarationStatement targetDecl = new
CodeVariableDeclarationStatement
(builder.ControlType, "target");
1248
CodeVariableDeclarationStatement containerDecl = new
CodeVariableDeclarationStatement
(bindingContainerType, "Container");
1573
topMethodStatements.Add(new
CodeVariableDeclarationStatement
(
Compilation\DataBindingExpressionBuilder.cs (2)
83
CodeVariableDeclarationStatement targetDecl = new
CodeVariableDeclarationStatement
(controlBuilder.ControlType, "dataBindingExpressionBuilderTarget");
96
CodeVariableDeclarationStatement containerDecl = new
CodeVariableDeclarationStatement
(bindingContainerType, "Container");
Compilation\ObjectFactoryCodeDomTreeGenerator.cs (1)
117
statements.Add(new
CodeVariableDeclarationStatement
(typeof(IServiceProvider), "__activator"));
Configuration\BrowserCapabilitiesCodeGenerator.cs (2)
1151
cmm.Statements.Add(new
CodeVariableDeclarationStatement
(typeof(IDictionary), _dictionaryRefName));
1318
cmm.Statements.Add(new
CodeVariableDeclarationStatement
(varType, varName));