1 write to DisposeArguments
Microsoft.CodeAnalysis (1)
Operations\Loops\ForEachLoopOperationInfo.cs (1)
69
DisposeArguments
= disposeArguments;
10 references to DisposeArguments
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
4464
info.
DisposeArguments
,
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (8)
IOperation\IOperationTests_IForEachLoopStatement.cs (8)
2815
Assert.Equal(4, op.Info.
DisposeArguments
.Length);
2844
VerifyOperationTree(comp, op.Info.
DisposeArguments
[0], @"IArgumentOperation (ArgumentKind.DefaultValue, Matching Parameter: s) (OperationKind.Argument, Type: null, IsImplicit) (Syntax: 'await forea ... }')
2849
VerifyOperationTree(comp, op.Info.
DisposeArguments
[1], @"IArgumentOperation (ArgumentKind.DefaultValue, Matching Parameter: line) (OperationKind.Argument, Type: null, IsImplicit) (Syntax: 'await forea ... }')
2854
VerifyOperationTree(comp, op.Info.
DisposeArguments
[2], @"IArgumentOperation (ArgumentKind.DefaultValue, Matching Parameter: xxx) (OperationKind.Argument, Type: null, IsImplicit) (Syntax: 'await forea ... }')
2859
VerifyOperationTree(comp, op.Info.
DisposeArguments
[3], @"IArgumentOperation (ArgumentKind.DefaultValue, Matching Parameter: f) (OperationKind.Argument, Type: null, IsImplicit) (Syntax: 'await forea ... }')
2947
Assert.Equal(2, op.Info.
DisposeArguments
.Length);
2971
VerifyOperationTree(comp, op.Info.
DisposeArguments
[0], @"IArgumentOperation (ArgumentKind.DefaultValue, Matching Parameter: s) (OperationKind.Argument, Type: null, IsImplicit) (Syntax: 'await forea ... }')
2976
VerifyOperationTree(comp, op.Info.
DisposeArguments
[1], @"IArgumentOperation (ArgumentKind.DefaultValue, Matching Parameter: line) (OperationKind.Argument, Type: null, IsImplicit) (Syntax: 'await forea ... }')
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\TestOperationVisitor.cs (1)
342
visitArguments(info.
DisposeArguments
);