2 instantiations of NotFoundProjectItem
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\RazorProjectFileSystem.EmptyFileSystem.cs (1)
21
return new
NotFoundProjectItem
(path, fileKind);
Language\VirtualRazorProjectFileSystem.cs (1)
24
return _root.GetItem(path) ?? new
NotFoundProjectItem
(path, fileKind);