4 overrides of BasePath
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\DefaultImportProjectItem.cs (1)
16public override string BasePath => null!;
Language\DefaultRazorProjectItem.cs (1)
57public override string BasePath { get; }
Language\NotFoundProjectItem.cs (1)
18public override string BasePath => string.Empty;
SourceGenerators\SourceGeneratorProjectItem.cs (1)
41public override string BasePath { get; }
5 references to BasePath
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\RazorProjectItem.cs (5)
23/// File path relative to <see cref="BasePath"/>. This property uses the project path syntax, 36/// physical path of the <see cref="BasePath"/>. 68=> BasePath == RazorProjectFileSystem.DefaultBasePath 70: BasePath + FilePath; 104/// File path relative to <see cref="BasePath"/> without the extension.