1 write to MapFromValueContentAbstractValue
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\ConstructorMapper.cs (1)
58
this.
MapFromValueContentAbstractValue
= mapFromValueContentAbstractValueCallback ?? throw new ArgumentNullException(nameof(mapFromValueContentAbstractValueCallback));
6 references to MapFromValueContentAbstractValue
Microsoft.CodeAnalysis.AnalyzerUtilities (6)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\ConstructorMapper.cs (4)
88
internal bool RequiresValueContentAnalysis => this.
MapFromValueContentAbstractValue
!= null;
105
hashCode.Add(
MapFromValueContentAbstractValue
.GetHashCodeOrDefault());
118
&& this.
MapFromValueContentAbstractValue
== other.
MapFromValueContentAbstractValue
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertySetAnalysis.PropertySetDataFlowOperationVisitor.cs (2)
169
else if (constructorMapper.
MapFromValueContentAbstractValue
!= null)
181
abstractValue = constructorMapper.
MapFromValueContentAbstractValue
(operation.Constructor, valueContentBuilder, pointsToBuilder);