2 writes to TrackedFieldPropertyAssignments
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertySetAnalysis.PropertySetDataFlowOperationVisitor.cs (2)
80
this.
TrackedFieldPropertyAssignments
= PooledDictionary<AnalysisEntity, TrackedAssignmentData>.GetInstance();
450
this.
TrackedFieldPropertyAssignments
= null;
7 references to TrackedFieldPropertyAssignments
Microsoft.CodeAnalysis.AnalyzerUtilities (7)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertySetAnalysis.PropertySetDataFlowOperationVisitor.cs (7)
221
if (this.
TrackedFieldPropertyAssignments
!= null
243
if (!this.
TrackedFieldPropertyAssignments
.TryGetValue(
248
this.
TrackedFieldPropertyAssignments
.Add(targetAnalysisEntity, trackedAssignmentData);
345
if (this.
TrackedFieldPropertyAssignments
== null)
356
in this.
TrackedFieldPropertyAssignments
)
444
foreach (TrackedAssignmentData trackedAssignmentData in this.
TrackedFieldPropertyAssignments
.Values)
449
this.
TrackedFieldPropertyAssignments
.Dispose();