Implemented interface member:
property
Reference
Microsoft.CodeAnalysis.Operations.IAddressOfOperation.Reference
1 write to Reference
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6771
Reference
= SetParentOperation(reference, this);
6 references to Reference
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
6776
(
Reference
is null ? 0 : 1);
6780
0 when
Reference
!= null
6781
=>
Reference
,
6789
if (
Reference
!= null) return (true, 0, 0);
6803
if (
Reference
!= null) return (true, 0, 0);
10539
return new AddressOfOperation(Visit(internalOperation.
Reference
), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);