10 references to VariableName
System (3)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
917OutputIdentifier(e.VariableName);
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
1259OutputIdentifier(e.VariableName);
compmod\system\codedom\compiler\CodeValidator.cs (1)
718ValidateIdentifier(e,"VariableName",e.VariableName);
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeExporter.cs (1)
1911raisePropertyChangedEventMethod.Statements.Add(new CodeVariableDeclarationStatement(typeof(PropertyChangedEventHandler), propertyChanged.VariableName, new CodeEventReferenceExpression(ThisReference, PropertyChangedEvent.Name)));
System.ServiceModel (2)
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));
System.Xml (1)
System\Xml\Serialization\CodeExporter.cs (1)
358raisePropertyChangedEventMethod.Statements.Add(new CodeVariableDeclarationStatement(typeof(PropertyChangedEventHandler), propertyChanged.VariableName, new CodeEventReferenceExpression(new CodeThisReferenceExpression(), PropertyChangedEvent.Name)));
XamlBuildTask (3)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (3)
495new CodeVariableReferenceExpression(resourceNameVar.VariableName), 752TargetObject = new CodeVariableReferenceExpression(resourcesVar.VariableName), 772new CodeVariableReferenceExpression(resourcesVar.VariableName),