Implemented interface member:
property
WhenNotNull
Microsoft.CodeAnalysis.Operations.IConditionalAccessOperation.WhenNotNull
1 write to WhenNotNull
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6543
WhenNotNull
= SetParentOperation(whenNotNull, this);
6 references to WhenNotNull
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
6550
(
WhenNotNull
is null ? 0 : 1);
6556
1 when
WhenNotNull
!= null
6557
=>
WhenNotNull
,
6568
if (
WhenNotNull
!= null) return (true, 1, 0);
6582
if (
WhenNotNull
!= null) return (true, 1, 0);
11091
return new ConditionalAccessOperation(Visit(internalOperation.Operation), Visit(internalOperation.
WhenNotNull
), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);