1 write to _sourceFileChangeContext
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\LoadedProject.cs (1)
58_sourceFileChangeContext = fileWatcher.CreateContext([new(_projectDirectory, [".cs", ".cshtml", ".razor"])]);
2 references to _sourceFileChangeContext
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\LoadedProject.cs (2)
59_sourceFileChangeContext.FileChanged += SourceFileChangeContext_FileChanged; 109_sourceFileChangeContext.Dispose();