Implemented interface member:
property
IgnoredArguments
Microsoft.CodeAnalysis.Operations.IVariableDeclaratorOperation.IgnoredArguments
1 write to IgnoredArguments
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
7397IgnoredArguments = SetParentOperation(ignoredArguments, this);
8 references to IgnoredArguments
Microsoft.CodeAnalysis (8)
Generated\Operations.Generated.cs (8)
7404IgnoredArguments.Length; 74080 when index < IgnoredArguments.Length 7409=> IgnoredArguments[index], 7419if (!IgnoredArguments.IsEmpty) return (true, 0, 0); 7421case 0 when previousIndex + 1 < IgnoredArguments.Length: 7441if (!IgnoredArguments.IsEmpty) return (true, 0, IgnoredArguments.Length - 1); 10599return new VariableDeclaratorOperation(internalOperation.Symbol, Visit(internalOperation.Initializer), VisitArray(internalOperation.IgnoredArguments), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);