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