2 writes to MapFromValueContentAbstractValue
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertyMapper.cs (2)
40
MapFromValueContentAbstractValue
= mapFromValueContentAbstractValueCallback ?? throw new ArgumentNullException(nameof(mapFromValueContentAbstractValueCallback));
53
MapFromValueContentAbstractValue
= mapFromValueContentAbstractValueCallback ?? throw new ArgumentNullException(nameof(mapFromValueContentAbstractValueCallback));
6 references to MapFromValueContentAbstractValue
Microsoft.CodeAnalysis.AnalyzerUtilities (6)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertyMapper.cs (4)
118
internal bool RequiresValueContentAnalysis => this.
MapFromValueContentAbstractValue
!= null;
124
this.
MapFromValueContentAbstractValue
.GetHashCodeOrDefault(),
137
&& this.
MapFromValueContentAbstractValue
== other.
MapFromValueContentAbstractValue
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertySetAnalysis.PropertySetDataFlowOperationVisitor.cs (2)
296
else if (propertyMapper.
MapFromValueContentAbstractValue
!= null)
299
propertySetAbstractValueKind = propertyMapper.
MapFromValueContentAbstractValue
(