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