4 references to CodeVariableDeclarationStatement
dotnet-svcutil-lib (4)
CodeDomFixup\ArrayOfXElementTypeHelper.cs (2)
214
new
CodeVariableDeclarationStatement
(
260
new
CodeVariableDeclarationStatement
(
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (2)
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));