5 references to GetClassNameFromPath
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
CSharpIdentifierTest.cs (1)
23
var result = CSharpIdentifier.
GetClassNameFromPath
(path);
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\RazorCodeDocumentExtensions.cs (1)
25
className = 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);