5 references to _referenceFileWatchingTokens
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\ReferenceFileChangeTracker.cs (5)
108var (token, count) = _referenceFileWatchingTokens.GetOrAdd(fullFilePath, _ => 114_referenceFileWatchingTokens[fullFilePath] = (token, RefCount: count + 1); 130if (!_referenceFileWatchingTokens.TryGetValue(fullFilePath, out var watchedFileReference)) 139_referenceFileWatchingTokens.Remove(fullFilePath); 143_referenceFileWatchingTokens[fullFilePath] = (watchedFileReference.Token, newRefCount);