5 references to _referenceFileWatchingTokens
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\ReferenceFileChangeTracker.cs (5)
106var (token, count) = _referenceFileWatchingTokens.GetOrAdd(fullFilePath, _ => 112_referenceFileWatchingTokens[fullFilePath] = (token, RefCount: count + 1); 125if (!_referenceFileWatchingTokens.TryGetValue(fullFilePath, out var watchedFileReference)) 134_referenceFileWatchingTokens.Remove(fullFilePath); 138_referenceFileWatchingTokens[fullFilePath] = (watchedFileReference.Token, newRefCount);