Implemented interface member:
property
WhenNotNull
Microsoft.CodeAnalysis.Operations.IConditionalAccessOperation.WhenNotNull
1 write to WhenNotNull
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6503
WhenNotNull
= SetParentOperation(whenNotNull, this);
6 references to WhenNotNull
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
6510
(
WhenNotNull
is null ? 0 : 1);
6516
1 when
WhenNotNull
!= null
6517
=>
WhenNotNull
,
6528
if (
WhenNotNull
!= null) return (true, 1, 0);
6542
if (
WhenNotNull
!= null) return (true, 1, 0);
11019
return new ConditionalAccessOperation(Visit(internalOperation.Operation), Visit(internalOperation.
WhenNotNull
), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);