34 references to Free
Microsoft.CodeAnalysis.CSharp (34)
Binder\Binder_Attributes.cs (1)
266analyzedArguments.ConstructorArguments.Free();
Binder\Binder_Deconstruct.cs (1)
710analyzedArguments.Free();
Binder\Binder_Expressions.cs (16)
4954analyzedArguments.Free(); 5178arguments.Free(); 5337analyzedArguments.Free(); 5536analyzedArguments.Free(); 5571analyzedArguments.Free(); 5579arguments.Free(); 6924analyzedArguments.Free(); 7082analyzedArguments.Free(); 8562actualReceiverArguments?.Free(); 8566actualMethodArguments?.Free(); 8576actualReceiverArguments?.Free(); 8580actualMethodArguments?.Free(); 9372analyzedArguments.Free(); 10052arguments.Free(); 10426analyzedArguments.Free(); 10506analyzedArguments.Free();
Binder\Binder_Invocation.cs (2)
154analyzedArguments.Free(); 240analyzedArguments.Free();
Binder\Binder_Patterns.cs (2)
241analyzedArguments.Free(); 390analyzedArguments.Free();
Binder\Binder_Query.cs (1)
1030analyzedArguments.Free();
Binder\Binder_Statements.cs (2)
1190analyzedArguments.Free(); 4160analyzedArguments.Free();
Binder\ForEachLoopBinder.cs (4)
1516analyzedArguments.Free(); 1555analyzedArguments.Free(); 1598analyzedArguments.Free(); 1623analyzedArguments.Free();
Binder\MethodGroupResolution.cs (1)
110this.AnalyzedArguments?.Free();
Binder\Semantics\Conversions\Conversions.cs (2)
263analyzedArguments.Free(); 416analyzedArguments.Free();
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
1534analyzedArguments.Free();
Binder\Semantics\OverloadResolution\OverloadResolution.cs (1)
265arguments.Free();