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