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