Implemented interface member:
property
IgnoredArguments
Microsoft.CodeAnalysis.Operations.IVariableDeclaratorOperation.IgnoredArguments
1 write to IgnoredArguments
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
7770IgnoredArguments = SetParentOperation(ignoredArguments, this);
8 references to IgnoredArguments
Microsoft.CodeAnalysis (8)
Generated\Operations.Generated.cs (8)
7777IgnoredArguments.Length; 77810 when index < IgnoredArguments.Length 7782=> IgnoredArguments[index], 7792if (!IgnoredArguments.IsEmpty) return (true, 0, 0); 7794case 0 when previousIndex + 1 < IgnoredArguments.Length: 7814if (!IgnoredArguments.IsEmpty) return (true, 0, IgnoredArguments.Length - 1); 11149return new VariableDeclaratorOperation(internalOperation.Symbol, Visit(internalOperation.Initializer), VisitArray(internalOperation.IgnoredArguments), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);