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