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