Implemented interface member:
property
Operand
Microsoft.CodeAnalysis.FlowAnalysis.IIsNullOperation.Operand
1 write to Operand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8932
Operand
= SetParentOperation(operand, this);
5 references to Operand
Microsoft.CodeAnalysis (5)
Generated\Operations.Generated.cs (5)
8938
(
Operand
is null ? 0 : 1);
8942
0 when
Operand
!= null
8943
=>
Operand
,
8951
if (
Operand
!= null) return (true, 0, 0);
8965
if (
Operand
!= null) return (true, 0, 0);