2 implementations of GetGeneratorFilePath
Microsoft.VisualStudio.LanguageServices.Razor (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\RazorSourceGeneratorLocator.cs (1)
14
public string
GetGeneratorFilePath
()
Microsoft.VisualStudioCode.RazorExtension (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\RazorSourceGeneratorLocator.cs (1)
14
public string
GetGeneratorFilePath
()
1 reference to GetGeneratorFilePath
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorMiscellaneousProjectInfoService.cs (1)
32
var filePath = razorSourceGeneratorLocator.Value.
GetGeneratorFilePath
();