1 instantiation of IsNullOperation
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
3318return new IsNullOperation(operand.Syntax, operand,
2 references to IsNullOperation
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
3307private IsNullOperation MakeIsNullOperation(IOperation operand) 3312private static IsNullOperation MakeIsNullOperation(IOperation operand, ITypeSymbol booleanType)