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