5 references to _referenceFileWatchingTokens
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\FileWatchedPortableExecutableReferenceFactory.cs (5)
126var (token, count) = _referenceFileWatchingTokens.GetOrAdd(fullFilePath, _ => 132_referenceFileWatchingTokens[fullFilePath] = (token, RefCount: count + 1); 146if (!_referenceFileWatchingTokens.TryGetValue(fullFilePath, out var watchedFileReference)) 166_referenceFileWatchingTokens.Remove(fullFilePath); 176_referenceFileWatchingTokens[fullFilePath] = (watchedFileReference.Token, newRefCount);