2 implementations of NotifyMissingDocument
Microsoft.VisualStudio.LanguageServices.Razor (1)
LanguageClient\Cohost\IncompatibleProjectNotifier.cs (1)
30public void NotifyMissingDocument(Project project, string filePath)
Microsoft.VisualStudioCode.RazorExtension (1)
Services\IncompatibleProjectNotifier.cs (1)
26public void NotifyMissingDocument(Project project, string filePath)
2 references to NotifyMissingDocument
Microsoft.VisualStudio.LanguageServices.Razor (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\IncompatibleProjectService.cs (1)
56_incompatibleProjectNotifier.NotifyMissingDocument(project, filePath);
Microsoft.VisualStudioCode.RazorExtension (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\IncompatibleProjectService.cs (1)
56_incompatibleProjectNotifier.NotifyMissingDocument(project, filePath);