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