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