5 references to BoundAddressOfOperator
Microsoft.CodeAnalysis.CSharp (5)
BoundTree\Constructors.cs (1)
696: this(syntax, operand, isManaged: false, type, hasErrors)
Generated\BoundNodes.xml.Generated.cs (1)
1294var result = new BoundAddressOfOperator(this.Syntax, operand, isManaged, type, this.HasErrors);
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (2)
456(BoundExpression)new BoundAddressOfOperator(_factory.Syntax, value, isManaged: false, parameter.Type) : 457_factory.Sequence(new[] { value }, new BoundAddressOfOperator(_factory.Syntax, VariableRead(targetSymbol), isManaged: false, parameter.Type));
Lowering\LocalRewriter\LocalRewriter_PointerElementAccess.cs (1)
26return new BoundAddressOfOperator(receiver.Syntax, fieldAccess, isManaged: true, fieldAccess.Type);