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; }
2 references to BasePath
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\RazorProjectItem.cs (2)
68=> BasePath == RazorProjectFileSystem.DefaultBasePath 70: BasePath + FilePath;