2 references to ShouldTrackArgument
Microsoft.CodeAnalysis.Features (2)
ValueTracking\ValueTracker.OperationCollector.cs (2)
32
IArgumentOperation argumentOperation =>
ShouldTrackArgument
(argumentOperation) ? VisitAsync(argumentOperation.Value, cancellationToken) : Task.CompletedTask,
187
.SelectAsArray(
ShouldTrackArgument
, argument => (collector: Clone(), argument));