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