Implemented interface member:
property
WhenNotNull
Microsoft.CodeAnalysis.Operations.IConditionalAccessOperation.WhenNotNull
1 write to WhenNotNull
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6130
WhenNotNull
= SetParentOperation(whenNotNull, this);
6 references to WhenNotNull
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
6137
(
WhenNotNull
is null ? 0 : 1);
6143
1 when
WhenNotNull
!= null
6144
=>
WhenNotNull
,
6155
if (
WhenNotNull
!= null) return (true, 1, 0);
6169
if (
WhenNotNull
!= null) return (true, 1, 0);
10469
return new ConditionalAccessOperation(Visit(internalOperation.Operation), Visit(internalOperation.
WhenNotNull
), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);