4 instantiations of CodePropertySetValueReferenceExpression
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeExporter.cs (1)
363CodeExpression right = new CodePropertySetValueReferenceExpression();
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (3)
1691propertySet.Right = new CodePropertySetValueReferenceExpression(); 1751propertySet.Right = new CodePropertySetValueReferenceExpression(); 1756CodeExpression right = new CodePropertySetValueReferenceExpression();
13 references to CodePropertySetValueReferenceExpression
dotnet-svcutil-lib (13)
CodeDomFixup\CodeDomVisitors\CodeDomVisitor.cs (4)
385protected override void Visit(CodePropertySetValueReferenceExpression expr) 630else if (expr is CodePropertySetValueReferenceExpression) 631Visit((CodePropertySetValueReferenceExpression)expr); 667protected virtual void Visit(CodePropertySetValueReferenceExpression expr) { }
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (3)
796else if (e is CodePropertySetValueReferenceExpression) 798GeneratePropertySetValueReferenceExpression((CodePropertySetValueReferenceExpression)e); 1847protected abstract void GeneratePropertySetValueReferenceExpression(CodePropertySetValueReferenceExpression e);
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (3)
809else if (e is CodePropertySetValueReferenceExpression) 811ValidatePropertySetValueReferenceExpression((CodePropertySetValueReferenceExpression)e); 993private void ValidatePropertySetValueReferenceExpression(CodePropertySetValueReferenceExpression e)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (3)
1470private void GeneratePropertySetValueReferenceExpression(CodePropertySetValueReferenceExpression e) 1941else if (e is CodePropertySetValueReferenceExpression) 1943GeneratePropertySetValueReferenceExpression((CodePropertySetValueReferenceExpression)e);