2 writes to AssignmentsWithUnknownLocation
Microsoft.CodeAnalysis.NetAnalyzers (2)
src\11b41c7305441175\PropertySetAnalysis.PropertySetDataFlowOperationVisitor.TrackedAssignmentData.cs (2)
35
this.
AssignmentsWithUnknownLocation
= null;
51
this.
AssignmentsWithUnknownLocation
??= PooledHashSet<IAssignmentOperation>.GetInstance();
4 references to AssignmentsWithUnknownLocation
Microsoft.CodeAnalysis.NetAnalyzers (4)
src\11b41c7305441175\PropertySetAnalysis.PropertySetDataFlowOperationVisitor.cs (2)
411
if (kvp.Value.
AssignmentsWithUnknownLocation
!= null)
417
foreach (IAssignmentOperation assignmentOperation in kvp.Value.
AssignmentsWithUnknownLocation
)
src\11b41c7305441175\PropertySetAnalysis.PropertySetDataFlowOperationVisitor.TrackedAssignmentData.cs (2)
34
this.
AssignmentsWithUnknownLocation
?.Dispose();
53
this.
AssignmentsWithUnknownLocation
.Add(assignmentOperation);