Implemented interface member:
property
IgnoredArguments
Microsoft.CodeAnalysis.Operations.IVariableDeclaratorOperation.IgnoredArguments
1 write to IgnoredArguments
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
7810
IgnoredArguments
= SetParentOperation(ignoredArguments, this);
8 references to IgnoredArguments
Microsoft.CodeAnalysis (8)
Generated\Operations.Generated.cs (8)
7817
IgnoredArguments
.Length;
7821
0 when index <
IgnoredArguments
.Length
7822
=>
IgnoredArguments
[index],
7832
if (!
IgnoredArguments
.IsEmpty) return (true, 0, 0);
7834
case 0 when previousIndex + 1 <
IgnoredArguments
.Length:
7854
if (!
IgnoredArguments
.IsEmpty) return (true, 0,
IgnoredArguments
.Length - 1);
11221
return new VariableDeclaratorOperation(internalOperation.Symbol, Visit(internalOperation.Initializer), VisitArray(internalOperation.
IgnoredArguments
), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);