9 instantiations of CodeVariableDeclarationStatement
Microsoft.Build.Tasks.Core (2)
system.design\stronglytypedresourcebuilder.cs (2)
466init[0] = new CodeVariableDeclarationStatement(ResMgrCodeTypeReference, tmpVarName, newResMgr); 653var returnObj = new CodeVariableDeclarationStatement(typeof(Object), "obj", getValue);
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (4)
975CodeVariableDeclarationStatement cvdsES = new CodeVariableDeclarationStatement(KnownTypes.Types[(int)KnownElements.EventSetter], EVENTSETTER); 2679CodeVariableDeclarationStatement cvdsresLocator = new CodeVariableDeclarationStatement(typeof(System.Uri), resVarname, coceResourceLocator); 3123CodeVariableDeclarationStatement cvds = new CodeVariableDeclarationStatement(appClassName, APPVAR, coce); 3281CodeVariableDeclarationStatement cvdsAppSplash = new CodeVariableDeclarationStatement(SPLASHCLASSNAME, SPLASHVAR, coceApplicationSplashScreen);
System.Runtime.Serialization.Schema (3)
System\Runtime\Serialization\Schema\CodeExporter.cs (3)
1873CodeVariableDeclarationStatement getEnumerator = new CodeVariableDeclarationStatement(); 1881CodeVariableDeclarationStatement getCurrent = new CodeVariableDeclarationStatement(); 1963raisePropertyChangedEventMethod.Statements.Add(new CodeVariableDeclarationStatement(typeof(PropertyChangedEventHandler), propertyChanged.VariableName, new CodeEventReferenceExpression(ThisReference, PropertyChangedEvent.Name)));
18 references to CodeVariableDeclarationStatement
Microsoft.Build.Tasks.Core (1)
system.design\stronglytypedresourcebuilder.cs (1)
653var returnObj = new CodeVariableDeclarationStatement(typeof(Object), "obj", getValue);
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (4)
975CodeVariableDeclarationStatement cvdsES = new CodeVariableDeclarationStatement(KnownTypes.Types[(int)KnownElements.EventSetter], EVENTSETTER); 2679CodeVariableDeclarationStatement cvdsresLocator = new CodeVariableDeclarationStatement(typeof(System.Uri), resVarname, coceResourceLocator); 3123CodeVariableDeclarationStatement cvds = new CodeVariableDeclarationStatement(appClassName, APPVAR, coce); 3281CodeVariableDeclarationStatement cvdsAppSplash = new CodeVariableDeclarationStatement(SPLASHCLASSNAME, SPLASHVAR, coceApplicationSplashScreen);
System (1)
src\libraries\shims\System\ref\System.cs (1)
109[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeVariableDeclarationStatement))]
System.CodeDom (10)
Microsoft\CSharp\CSharpCodeGenerator.cs (3)
594else if (e is CodeVariableDeclarationStatement) 596GenerateVariableDeclarationStatement((CodeVariableDeclarationStatement)e); 1077private void GenerateVariableDeclarationStatement(CodeVariableDeclarationStatement e)
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
1389protected override void GenerateVariableDeclarationStatement(CodeVariableDeclarationStatement e)
System\CodeDom\Compiler\CodeGenerator.cs (3)
940else if (e is CodeVariableDeclarationStatement) 942GenerateVariableDeclarationStatement((CodeVariableDeclarationStatement)e); 1566protected abstract void GenerateVariableDeclarationStatement(CodeVariableDeclarationStatement e);
System\CodeDom\Compiler\CodeValidator.cs (3)
439else if (e is CodeVariableDeclarationStatement) 441ValidateVariableDeclarationStatement((CodeVariableDeclarationStatement)e); 567private void ValidateVariableDeclarationStatement(CodeVariableDeclarationStatement e)
System.Runtime.Serialization.Schema (2)
System\Runtime\Serialization\Schema\CodeExporter.cs (2)
1873CodeVariableDeclarationStatement getEnumerator = new CodeVariableDeclarationStatement(); 1881CodeVariableDeclarationStatement getCurrent = new CodeVariableDeclarationStatement();