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