1 write to _fileReferenceChangeContext
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\FileWatchedPortableExecutableReferenceFactory.cs (1)
66
_fileReferenceChangeContext
= new Lazy<IFileChangeContext>(() =>
2 references to _fileReferenceChangeContext
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\FileWatchedPortableExecutableReferenceFactory.cs (2)
32
/// File watching tokens from <see cref="
_fileReferenceChangeContext
"/> that are watching metadata references. These
127
var fileToken =
_fileReferenceChangeContext
.Value.EnqueueWatchingFile(fullFilePath);