41 instantiations of CodeVariableDeclarationStatement
dotnet-svcutil-lib (41)
CodeDomFixup\ArrayOfXElementTypeHelper.cs (2)
214
new
CodeVariableDeclarationStatement
(
260
new
CodeVariableDeclarationStatement
(
CodeDomFixup\CodeDomVisitors\CreateCallbackImpl.cs (1)
252
CodeVariableDeclarationStatement results = new
CodeVariableDeclarationStatement
()
CodeDomFixup\MethodCreationHelper.cs (30)
267
new
CodeVariableDeclarationStatement
(
276
new
CodeVariableDeclarationStatement
(
408
new
CodeVariableDeclarationStatement
(
417
new
CodeVariableDeclarationStatement
(
580
new
CodeVariableDeclarationStatement
(
596
new
CodeVariableDeclarationStatement
(
608
new
CodeVariableDeclarationStatement
(
617
new
CodeVariableDeclarationStatement
(
625
new
CodeVariableDeclarationStatement
(
784
new
CodeVariableDeclarationStatement
(
800
new
CodeVariableDeclarationStatement
(
812
new
CodeVariableDeclarationStatement
(
821
new
CodeVariableDeclarationStatement
(
829
new
CodeVariableDeclarationStatement
(
956
new
CodeVariableDeclarationStatement
(
965
new
CodeVariableDeclarationStatement
(
1120
CodeVariableDeclarationStatement userNameOverTransportSecurityBindingElement = new
CodeVariableDeclarationStatement
(
1203
CodeVariableDeclarationStatement tcpBindingElement = new
CodeVariableDeclarationStatement
(
1298
CodeVariableDeclarationStatement namedPipeBindingElement = new
CodeVariableDeclarationStatement
(
1361
CodeVariableDeclarationStatement httpBindingElement = new
CodeVariableDeclarationStatement
(
1436
CodeVariableDeclarationStatement mtomBindingElement = new
CodeVariableDeclarationStatement
(
1478
CodeVariableDeclarationStatement textBindingElement = new
CodeVariableDeclarationStatement
(
1520
CodeVariableDeclarationStatement reliableBindingElement = new
CodeVariableDeclarationStatement
(
1689
new
CodeVariableDeclarationStatement
(
1698
new
CodeVariableDeclarationStatement
(
1796
new
CodeVariableDeclarationStatement
(
1881
new
CodeVariableDeclarationStatement
(
1890
new
CodeVariableDeclarationStatement
(
1988
new
CodeVariableDeclarationStatement
(
1997
new
CodeVariableDeclarationStatement
(
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeExporter.cs (1)
412
raisePropertyChangedEventMethod.Statements.Add(new
CodeVariableDeclarationStatement
(typeof(PropertyChangedEventHandler), propertyChanged.VariableName, new CodeEventReferenceExpression(new CodeThisReferenceExpression(), PropertyChangedEvent.Name)));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (1)
1708
raisePropertyChangedEventMethod.Statements.Add(new
CodeVariableDeclarationStatement
(typeof(PropertyChangedEventHandler), propertyChanged.VariableName, new CodeEventReferenceExpression(ThisReference, PropertyChangedEvent.Name)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (6)
276
helperMethod.Statements.Add(new
CodeVariableDeclarationStatement
(param.Type, inValue.VariableName, new CodeObjectCreateExpression(param.Type)));
296
helperMethod.Statements.Add(new
CodeVariableDeclarationStatement
(method.ReturnType, outVar.VariableName, invokeMethod));
670
CodeVariableDeclarationStatement variableDecl = new
CodeVariableDeclarationStatement
();
727
CodeVariableDeclarationStatement variableDecl = new
CodeVariableDeclarationStatement
(
742
CodeVariableDeclarationStatement retValDecl = new
CodeVariableDeclarationStatement
();
793
new
CodeVariableDeclarationStatement
(s_invokeAsyncCompletedEventArgsTypeName, "e");
30 references to CodeVariableDeclarationStatement
dotnet-svcutil-lib (30)
CodeDomFixup\ArrayOfXElementTypeHelper.cs (2)
213
CodeVariableDeclarationStatement
enumeratorDec =
259
CodeVariableDeclarationStatement
element =
CodeDomFixup\CodeDomVisitors\CodeDomVisitor.cs (4)
506
protected override void Visit(
CodeVariableDeclarationStatement
statement)
708
else if (statement is
CodeVariableDeclarationStatement
)
709
Visit((
CodeVariableDeclarationStatement
)statement);
728
protected virtual void Visit(
CodeVariableDeclarationStatement
statement) { }
CodeDomFixup\CodeDomVisitors\CreateCallbackImpl.cs (1)
252
CodeVariableDeclarationStatement
results = new CodeVariableDeclarationStatement()
CodeDomFixup\MethodCreationHelper.cs (7)
1120
CodeVariableDeclarationStatement
userNameOverTransportSecurityBindingElement = new CodeVariableDeclarationStatement(
1203
CodeVariableDeclarationStatement
tcpBindingElement = new CodeVariableDeclarationStatement(
1298
CodeVariableDeclarationStatement
namedPipeBindingElement = new CodeVariableDeclarationStatement(
1361
CodeVariableDeclarationStatement
httpBindingElement = new CodeVariableDeclarationStatement(
1436
CodeVariableDeclarationStatement
mtomBindingElement = new CodeVariableDeclarationStatement(
1478
CodeVariableDeclarationStatement
textBindingElement = new CodeVariableDeclarationStatement(
1520
CodeVariableDeclarationStatement
reliableBindingElement = new CodeVariableDeclarationStatement(
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (3)
1121
else if (e is
CodeVariableDeclarationStatement
)
1123
GenerateVariableDeclarationStatement((
CodeVariableDeclarationStatement
)e);
2000
protected abstract void GenerateVariableDeclarationStatement(
CodeVariableDeclarationStatement
e);
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (3)
478
else if (e is
CodeVariableDeclarationStatement
)
480
ValidateVariableDeclarationStatement((
CodeVariableDeclarationStatement
)e);
609
private void ValidateVariableDeclarationStatement(
CodeVariableDeclarationStatement
e)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (3)
1197
else if (e is
CodeVariableDeclarationStatement
)
1199
GenerateVariableDeclarationStatement((
CodeVariableDeclarationStatement
)e);
1791
private void GenerateVariableDeclarationStatement(
CodeVariableDeclarationStatement
e)
FrameworkFork\Microsoft.CodeDom\System\CodeVariableDeclarationStatement.cs (3)
31
/// Initializes a new instance of <see cref='Microsoft.CodeDom.
CodeVariableDeclarationStatement
'/>.
40
/// Initializes a new instance of <see cref='Microsoft.CodeDom.
CodeVariableDeclarationStatement
'/> using the specified type and name.
69
/// Initializes a new instance of <see cref='Microsoft.CodeDom.
CodeVariableDeclarationStatement
'/> using the specified type, name and
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (4)
670
CodeVariableDeclarationStatement
variableDecl = new CodeVariableDeclarationStatement();
727
CodeVariableDeclarationStatement
variableDecl = new CodeVariableDeclarationStatement(
742
CodeVariableDeclarationStatement
retValDecl = new CodeVariableDeclarationStatement();
792
CodeVariableDeclarationStatement
eventArgsDecl =