2 writes to AssignmentsWithUnknownLocation
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\a03b2aad21e28a8a\PropertySetAnalysis.PropertySetDataFlowOperationVisitor.TrackedAssignmentData.cs (2)
36this.AssignmentsWithUnknownLocation = null; 52this.AssignmentsWithUnknownLocation ??= PooledHashSet<IAssignmentOperation>.GetInstance();
4 references to AssignmentsWithUnknownLocation
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
src\a03b2aad21e28a8a\PropertySetAnalysis.PropertySetDataFlowOperationVisitor.cs (2)
414if (kvp.Value.AssignmentsWithUnknownLocation != null) 420foreach (IAssignmentOperation assignmentOperation in kvp.Value.AssignmentsWithUnknownLocation)
src\a03b2aad21e28a8a\PropertySetAnalysis.PropertySetDataFlowOperationVisitor.TrackedAssignmentData.cs (2)
35this.AssignmentsWithUnknownLocation?.Free(); 54this.AssignmentsWithUnknownLocation.Add(assignmentOperation);