2 writes to AbstractLocationsToAssignments
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\a03b2aad21e28a8a\PropertySetAnalysis.PropertySetDataFlowOperationVisitor.TrackedAssignmentData.cs (2)
46
this.
AbstractLocationsToAssignments
= null;
61
this.
AbstractLocationsToAssignments
??=
7 references to AbstractLocationsToAssignments
Microsoft.CodeAnalysis.AnalyzerUtilities (7)
src\a03b2aad21e28a8a\PropertySetAnalysis.PropertySetDataFlowOperationVisitor.cs (2)
368
if (kvp.Value.
AbstractLocationsToAssignments
!= null)
377
if (!kvp.Value.
AbstractLocationsToAssignments
.TryGetValue(
src\a03b2aad21e28a8a\PropertySetAnalysis.PropertySetDataFlowOperationVisitor.TrackedAssignmentData.cs (5)
38
if (this.
AbstractLocationsToAssignments
!= null)
40
foreach (PooledHashSet<IAssignmentOperation> hashSet in this.
AbstractLocationsToAssignments
.Values)
45
this.
AbstractLocationsToAssignments
.Free();
64
if (!this.
AbstractLocationsToAssignments
.TryGetValue(
69
this.
AbstractLocationsToAssignments
.Add(abstractLocation, assignments);