1 write to Arguments
Microsoft.CodeAnalysis.CSharp (1)
Binder\MethodArgumentInfo.cs (1)
29this.Arguments = arguments;
48 references to Arguments
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (1)
11751arguments: enumeratorMethodInfo.Arguments,
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
234foreach (var arg in enumeratorInfo.GetEnumeratorInfo.Arguments)
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (3)
173var builder = ArrayBuilder<BoundExpression>.GetInstance(getEnumeratorInfo.Arguments.Length); 176builder.AddRange(getEnumeratorInfo.Arguments, 1, getEnumeratorInfo.Arguments.Length - 1);
Lowering\LocalRewriter\LocalRewriter_UsingStatement.cs (2)
508Debug.Assert(methodArgumentInfo.Arguments.All(arg => arg is not BoundConversion { ConversionKind: ConversionKind.InterpolatedStringHandler })); 517methodArgumentInfo.Arguments,
Operations\CSharpOperationFactory.cs (3)
1938if (info.Arguments.Length == 0) 1944info.Arguments, 2952patternDisposeInfo.Arguments,
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (38)
Semantics\ForEachTests.cs (38)
1726Assert.Empty(info.GetEnumeratorInfo.Arguments); 1729Assert.Empty(info.MoveNextInfo.Arguments); 1764Assert.Empty(info.GetEnumeratorInfo.Arguments); 1767Assert.Empty(info.MoveNextInfo.Arguments); 1808Assert.Empty(info.GetEnumeratorInfo.Arguments); 1811Assert.Empty(info.MoveNextInfo.Arguments); 1852Assert.Empty(info.GetEnumeratorInfo.Arguments); 1855Assert.Empty(info.MoveNextInfo.Arguments); 1885Assert.Empty(info.GetEnumeratorInfo.Arguments); 1888Assert.Empty(info.MoveNextInfo.Arguments); 1925Assert.Empty(info.GetEnumeratorInfo.Arguments); 1928Assert.Empty(info.MoveNextInfo.Arguments); 1967Assert.Empty(info.GetEnumeratorInfo.Arguments); 1970Assert.Empty(info.MoveNextInfo.Arguments); 2006Assert.Empty(info.GetEnumeratorInfo.Arguments); 2009Assert.Empty(info.MoveNextInfo.Arguments); 2039Assert.Empty(info.GetEnumeratorInfo.Arguments); 2042Assert.Empty(info.MoveNextInfo.Arguments); 2070Assert.Empty(info.GetEnumeratorInfo.Arguments); 2073Assert.Empty(info.MoveNextInfo.Arguments); 2156Assert.Empty(info.GetEnumeratorInfo.Arguments); 2159Assert.Empty(info.MoveNextInfo.Arguments); 2187Assert.Empty(info.GetEnumeratorInfo.Arguments); 2190Assert.Empty(info.MoveNextInfo.Arguments); 2220Assert.Empty(info.GetEnumeratorInfo.Arguments); 2223Assert.Empty(info.MoveNextInfo.Arguments); 2261Assert.Empty(info.GetEnumeratorInfo.Arguments); 2264Assert.Empty(info.MoveNextInfo.Arguments); 2345Assert.Empty(info.GetEnumeratorInfo.Arguments); 2348Assert.Empty(info.MoveNextInfo.Arguments); 2392Assert.Empty(info.GetEnumeratorInfo.Arguments); 2395Assert.Empty(info.MoveNextInfo.Arguments); 3636Assert.Empty(info.GetEnumeratorInfo.Arguments); 3639Assert.Empty(info.MoveNextInfo.Arguments); 3680Assert.Empty(enumeratorInfo.PatternDisposeInfo.Arguments); 3719Assert.Empty(enumeratorInfo.PatternDisposeInfo.Arguments); 3754Assert.Equal("C", info.GetEnumeratorInfo.Arguments.Single().Type.ToTestDisplayString()); 3757Assert.Empty(info.MoveNextInfo.Arguments);