1 implementation of IgnoredArguments
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
7814public ImmutableArray<IOperation> IgnoredArguments { get; }
3 references to IgnoredArguments
Microsoft.CodeAnalysis.Test.Utilities (3)
Compilation\OperationTreeVerifier.cs (2)
484if (!operation.IgnoredArguments.IsEmpty) 486VisitArray(operation.IgnoredArguments, "IgnoredArguments", logElementCount: true);
Compilation\TestOperationVisitor.cs (1)
136IEnumerable<IOperation> children = operation.IgnoredArguments;