2 references to ShouldTrackArgument
Microsoft.CodeAnalysis.Features (2)
ValueTracking\ValueTracker.OperationCollector.cs (2)
31
IArgumentOperation argumentOperation =>
ShouldTrackArgument
(argumentOperation) ? VisitAsync(argumentOperation.Value, cancellationToken) : Task.CompletedTask,
184
.Where(
ShouldTrackArgument
)