3 references to TrackVariableReferencesAsync
Microsoft.CodeAnalysis.Features (3)
ValueTracking\ValueTracker.cs (3)
52await TrackVariableReferencesAsync(symbol, operationCollector, cancellationToken).ConfigureAwait(false); 91await TrackVariableReferencesAsync(symbol, operationCollector, cancellationToken).ConfigureAwait(false); 117await TrackVariableReferencesAsync(parameterSymbol, operationCollector, cancellationToken).ConfigureAwait(false);