2 references to NullCheckAndConvertCoalesceValue
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
2901
IOperation convertedTestExpression =
NullCheckAndConvertCoalesceValue
(coalesce, whenNull);
3052
IOperation convertedTestExpression =
NullCheckAndConvertCoalesceValue
(operation, whenNull);