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