4 references to CodeVariableDeclarationStatement
dotnet-svcutil-lib (4)
CodeDomFixup\ArrayOfXElementTypeHelper.cs (2)
214new CodeVariableDeclarationStatement( 260new CodeVariableDeclarationStatement(
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (2)
276helperMethod.Statements.Add(new CodeVariableDeclarationStatement(param.Type, inValue.VariableName, new CodeObjectCreateExpression(param.Type))); 296helperMethod.Statements.Add(new CodeVariableDeclarationStatement(method.ReturnType, outVar.VariableName, invokeMethod));