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