12 references to Free
Microsoft.CodeAnalysis.AnalyzerUtilities (12)
src\Dependencies\PooledObjects\ArrayBuilder.cs (2)
704set.Free(); 745set.Free();
src\Dependencies\PooledObjects\PooledHashSet.cs (1)
60=> this.Free();
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PointsToAnalysis\TrackedEntitiesBuilder.cs (2)
44AllEntities.Free(); 45PointsToValues.Free();
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertySetAnalysis.PropertySetDataFlowOperationVisitor.cs (1)
552hazardousUsageTypeNames?.Free();
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertySetAnalysis.PropertySetDataFlowOperationVisitor.TrackedAssignmentData.cs (2)
35this.AssignmentsWithUnknownLocation?.Free(); 42hashSet?.Free();
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\TaintedDataAnalysis\TaintedDataAnalysis.TaintedDataOperationVisitor.cs (4)
413taintedTargets?.Free(); 414taintedParameterPairs?.Free(); 415sanitizedParameterPairs?.Free(); 416taintedParameterNamesCached?.Free();