5 references to _referenceFileWatchingTokens
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\FileWatchedPortableExecutableReferenceFactory.cs (5)
125var (token, count) = _referenceFileWatchingTokens.GetOrAdd(fullFilePath, _ => 131_referenceFileWatchingTokens[fullFilePath] = (token, RefCount: count + 1); 145if (!_referenceFileWatchingTokens.TryGetValue(fullFilePath, out var watchedFileReference)) 165_referenceFileWatchingTokens.Remove(fullFilePath); 175_referenceFileWatchingTokens[fullFilePath] = (watchedFileReference.Token, newRefCount);