4 references to GetClassNameFromPath
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\RazorCodeDocumentExtensions.cs (1)
28className = CSharpIdentifier.GetClassNameFromPath(filePath);
Mvc.Version1_X\MvcViewDocumentClassifierPass.cs (1)
37@class.Name = CSharpIdentifier.GetClassNameFromPath(filePath);
Mvc.Version2_X\MvcViewDocumentClassifierPass.cs (1)
37@class.Name = CSharpIdentifier.GetClassNameFromPath(filePath);
Mvc.Version2_X\RazorPageDocumentClassifierPass.cs (1)
69@class.Name = CSharpIdentifier.GetClassNameFromPath(filePath);