4 references to GetFileKindFromPath
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\NotFoundProjectItem.cs (1)
25
= fileKind ?? FileKinds.
GetFileKindFromPath
(path);
Language\RazorProjectEngineExtensions.cs (1)
67
? FileKinds.
GetFileKindFromPath
(filePath)
Language\RazorProjectItem.cs (1)
51
: FileKinds.
GetFileKindFromPath
(FilePath);
SourceGenerators\RazorSourceGenerator.RazorProviders.cs (1)
154
fileKind: FileKinds.
GetFileKindFromPath
(additionalText.Path),