5 references to _frameworkProjects
Microsoft.VisualStudio.LanguageServices.Razor (5)
LanguageClient\Cohost\IncompatibleProjectNotifier.cs (5)
36
lock (
_frameworkProjects
)
38
if (
_frameworkProjects
.Contains(project.FilePath.AssumeNotNull()))
62
lock (
_frameworkProjects
)
68
_frameworkProjects
.Remove(projectFilePath);
73
_frameworkProjects
.Add(projectFilePath);