7 references to IsRazorFilePath
Microsoft.CodeAnalysis.Razor.Workspaces (1)
GoToDefinition\AbstractDefinitionService.cs (1)
151if (!filePath.IsRazorFilePath())
Microsoft.CodeAnalysis.Remote.Razor (4)
ProjectSystem\Extensions.cs (1)
19filePath.IsRazorFilePath();
ProjectSystem\RemoteProjectSnapshot.cs (2)
92if (!filePath.IsRazorFilePath()) 113if (!filePath.IsRazorFilePath())
ProjectSystem\RemoteSolutionSnapshot.cs (1)
63if (!documentFilePath.IsRazorFilePath())
Microsoft.VisualStudio.LanguageServices.Razor (1)
LanguageClient\Cohost\IncompatibleProjectNotifier.cs (1)
49project.AdditionalDocuments.Any(d => d.FilePath is not null && d.FilePath.IsRazorFilePath())
Microsoft.VisualStudioCode.RazorExtension (1)
Services\IncompatibleProjectNotifier.cs (1)
30project.AdditionalDocuments.Any(d => d.FilePath is not null && d.FilePath.IsRazorFilePath())