Implemented interface member:
property
IgnoredArguments
Microsoft.CodeAnalysis.Operations.IVariableDeclaratorOperation.IgnoredArguments
1 write to IgnoredArguments
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
7808IgnoredArguments = SetParentOperation(ignoredArguments, this);
8 references to IgnoredArguments
Microsoft.CodeAnalysis (8)
Generated\Operations.Generated.cs (8)
7815IgnoredArguments.Length; 78190 when index < IgnoredArguments.Length 7820=> IgnoredArguments[index], 7830if (!IgnoredArguments.IsEmpty) return (true, 0, 0); 7832case 0 when previousIndex + 1 < IgnoredArguments.Length: 7852if (!IgnoredArguments.IsEmpty) return (true, 0, IgnoredArguments.Length - 1); 11219return new VariableDeclaratorOperation(internalOperation.Symbol, Visit(internalOperation.Initializer), VisitArray(internalOperation.IgnoredArguments), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);