4 instantiations of NotFoundProjectItem
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
RazorProjectFileSystemTest.cs (1)
329
value = new
NotFoundProjectItem
(path, fileKind);
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\TestRazorProjectFileSystem.cs (1)
22
: new
NotFoundProjectItem
(path, fileKind);
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);