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