3 references to WithAdditionalAnalysisValues
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.OperationVisitor.cs (2)
60
value = i == 0 ? newValue : infosBuilder[i].Negated ? value.
WithAdditionalAnalysisValues
(newValue, false) :
209
value = infosBuilder[i].Negated ? value.
WithAdditionalAnalysisValues
(newValue, false) :
src\8ce1f4f68b646e6d\GlobalFlowStateValueSetFlowOperationVisitor.cs (1)
51
var newGlobalValue = currentGlobalValue.
WithAdditionalAnalysisValues
(value, negate);