2 writes to AbstractLocationsToAssignments
Microsoft.CodeAnalysis.NetAnalyzers (2)
src\11b41c7305441175\PropertySetAnalysis.PropertySetDataFlowOperationVisitor.TrackedAssignmentData.cs (2)
45
this.
AbstractLocationsToAssignments
= null;
60
this.
AbstractLocationsToAssignments
??=
7 references to AbstractLocationsToAssignments
Microsoft.CodeAnalysis.NetAnalyzers (7)
src\11b41c7305441175\PropertySetAnalysis.PropertySetDataFlowOperationVisitor.cs (2)
365
if (kvp.Value.
AbstractLocationsToAssignments
!= null)
374
if (!kvp.Value.
AbstractLocationsToAssignments
.TryGetValue(
src\11b41c7305441175\PropertySetAnalysis.PropertySetDataFlowOperationVisitor.TrackedAssignmentData.cs (5)
37
if (this.
AbstractLocationsToAssignments
!= null)
39
foreach (PooledHashSet<IAssignmentOperation> hashSet in this.
AbstractLocationsToAssignments
.Values)
44
this.
AbstractLocationsToAssignments
.Dispose();
63
if (!this.
AbstractLocationsToAssignments
.TryGetValue(
68
this.
AbstractLocationsToAssignments
.Add(abstractLocation, assignments);