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)
11597enumeratorMethodInfo.Arguments,
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
234foreach (var arg in enumeratorInfo.GetEnumeratorInfo.Arguments)
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (3)
170var builder = ArrayBuilder<BoundExpression>.GetInstance(getEnumeratorInfo.Arguments.Length); 173builder.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)
1210Assert.Empty(info.GetEnumeratorInfo.Arguments); 1213Assert.Empty(info.MoveNextInfo.Arguments); 1248Assert.Empty(info.GetEnumeratorInfo.Arguments); 1251Assert.Empty(info.MoveNextInfo.Arguments); 1292Assert.Empty(info.GetEnumeratorInfo.Arguments); 1295Assert.Empty(info.MoveNextInfo.Arguments); 1336Assert.Empty(info.GetEnumeratorInfo.Arguments); 1339Assert.Empty(info.MoveNextInfo.Arguments); 1369Assert.Empty(info.GetEnumeratorInfo.Arguments); 1372Assert.Empty(info.MoveNextInfo.Arguments); 1409Assert.Empty(info.GetEnumeratorInfo.Arguments); 1412Assert.Empty(info.MoveNextInfo.Arguments); 1451Assert.Empty(info.GetEnumeratorInfo.Arguments); 1454Assert.Empty(info.MoveNextInfo.Arguments); 1490Assert.Empty(info.GetEnumeratorInfo.Arguments); 1493Assert.Empty(info.MoveNextInfo.Arguments); 1523Assert.Empty(info.GetEnumeratorInfo.Arguments); 1526Assert.Empty(info.MoveNextInfo.Arguments); 1554Assert.Empty(info.GetEnumeratorInfo.Arguments); 1557Assert.Empty(info.MoveNextInfo.Arguments); 1640Assert.Empty(info.GetEnumeratorInfo.Arguments); 1643Assert.Empty(info.MoveNextInfo.Arguments); 1671Assert.Empty(info.GetEnumeratorInfo.Arguments); 1674Assert.Empty(info.MoveNextInfo.Arguments); 1704Assert.Empty(info.GetEnumeratorInfo.Arguments); 1707Assert.Empty(info.MoveNextInfo.Arguments); 1745Assert.Empty(info.GetEnumeratorInfo.Arguments); 1748Assert.Empty(info.MoveNextInfo.Arguments); 1829Assert.Empty(info.GetEnumeratorInfo.Arguments); 1832Assert.Empty(info.MoveNextInfo.Arguments); 1876Assert.Empty(info.GetEnumeratorInfo.Arguments); 1879Assert.Empty(info.MoveNextInfo.Arguments); 3120Assert.Empty(info.GetEnumeratorInfo.Arguments); 3123Assert.Empty(info.MoveNextInfo.Arguments); 3164Assert.Empty(enumeratorInfo.PatternDisposeInfo.Arguments); 3203Assert.Empty(enumeratorInfo.PatternDisposeInfo.Arguments); 3238Assert.Equal("C", info.GetEnumeratorInfo.Arguments.Single().Type.ToTestDisplayString()); 3241Assert.Empty(info.MoveNextInfo.Arguments);