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