5 references to _referenceFileWatchingTokens
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\ReferenceFileChangeTracker.cs (5)
110var (token, count) = _referenceFileWatchingTokens.GetOrAdd(fullFilePath, _ => 116_referenceFileWatchingTokens[fullFilePath] = (token, RefCount: count + 1); 132if (!_referenceFileWatchingTokens.TryGetValue(fullFilePath, out var watchedFileReference)) 141_referenceFileWatchingTokens.Remove(fullFilePath); 145_referenceFileWatchingTokens[fullFilePath] = (watchedFileReference.Token, newRefCount);