6 references to VariableName
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (1)
899
ValidateIdentifier(e, "VariableName", e.
VariableName
);
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
993
OutputIdentifier(e.
VariableName
);
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 (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));