1 instantiation of IsNullOperation
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
3318return new IsNullOperation(operand.Syntax, operand,
3 references to IsNullOperation
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
3307private IsNullOperation MakeIsNullOperation(IOperation operand) 3312private static IsNullOperation MakeIsNullOperation(IOperation operand, ITypeSymbol booleanType)
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\ControlFlowGraphVerifier.cs (1)
1042if (operation.Parent == null && operation is IsNullOperation isNull && isNull.Operand.Kind == OperationKind.FlowCaptureReference)