7 instantiations of CodeArgumentReferenceExpression
Microsoft.Build.Tasks.Core (1)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (1)
702Right = new CodeArgumentReferenceExpression("value")
System.Runtime.Serialization.Schema (6)
System\Runtime\Serialization\Schema\CodeExporter.cs (6)
1750new CodeArgumentReferenceExpression(readerArg.Name) 1771new CodeArgumentReferenceExpression(writerArg.Name), 1807new CodeArgumentReferenceExpression(paramDeclaration.Name), 1830setObjectData.Right = new CodeArgumentReferenceExpression(ImportGlobals.SerializationInfoFieldName); 1919new CodeArgumentReferenceExpression(ImportGlobals.SerializationInfoFieldName), 1982CodeArgumentReferenceExpression propertyName = new CodeArgumentReferenceExpression("propertyName");
13 references to CodeArgumentReferenceExpression
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
27[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeArgumentReferenceExpression))]
System.CodeDom (10)
Microsoft\CSharp\CSharpCodeGenerator.cs (3)
407private void GenerateArgumentReferenceExpression(CodeArgumentReferenceExpression e) => 1153else if (e is CodeArgumentReferenceExpression) 1155GenerateArgumentReferenceExpression((CodeArgumentReferenceExpression)e);
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
1007protected override void GenerateArgumentReferenceExpression(CodeArgumentReferenceExpression e)
System\CodeDom\Compiler\CodeGenerator.cs (3)
529else if (e is CodeArgumentReferenceExpression) 531GenerateArgumentReferenceExpression((CodeArgumentReferenceExpression)e); 1336protected abstract void GenerateArgumentReferenceExpression(CodeArgumentReferenceExpression e);
System\CodeDom\Compiler\CodeValidator.cs (3)
696else if (e is CodeArgumentReferenceExpression) 698ValidateArgumentReferenceExpression((CodeArgumentReferenceExpression)e); 825private static void ValidateArgumentReferenceExpression(CodeArgumentReferenceExpression e)
System.Runtime.Serialization.Schema (1)
System\Runtime\Serialization\Schema\CodeExporter.cs (1)
1982CodeArgumentReferenceExpression propertyName = new CodeArgumentReferenceExpression("propertyName");
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
770else if (result is CodeArgumentReferenceExpression argumentReferenceEx)