5 references to _referenceFileWatchingTokens
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\FileWatchedPortableExecutableReferenceFactory.cs (5)
118var (token, count) = _referenceFileWatchingTokens.GetOrAdd(fullFilePath, _ => 124_referenceFileWatchingTokens[fullFilePath] = (token, RefCount: count + 1); 137if (!_referenceFileWatchingTokens.TryGetValue(fullFilePath, out var watchedFileReference)) 157_referenceFileWatchingTokens.Remove(fullFilePath); 169_referenceFileWatchingTokens[fullFilePath] = (watchedFileReference.Token, newRefCount);