Implemented interface member:
property
Reference
Microsoft.CodeAnalysis.Operations.IAddressOfOperation.Reference
1 write to Reference
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
7182Reference = SetParentOperation(reference, this);
6 references to Reference
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
7187(Reference is null ? 0 : 1); 71910 when Reference != null 7192=> Reference, 7200if (Reference != null) return (true, 0, 0); 7214if (Reference != null) return (true, 0, 0); 11159return new AddressOfOperation(Visit(internalOperation.Reference), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);