2 references to Merge
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\ValueContentAnalysis\ValueContentAbstractValue.cs (2)
180
ValueContainsNonLiteralState mergedNonLiteralState =
Merge
(NonLiteralState, otherState.NonLiteralState);
281
ValueContainsNonLiteralState mergedNonLiteralState =
Merge
(NonLiteralState, otherState.NonLiteralState);