4 instantiations of NotFoundProjectItem
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
RazorProjectFileSystemTest.cs (1)
329value = 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)
21return new NotFoundProjectItem(path, fileKind);
Language\VirtualRazorProjectFileSystem.cs (1)
24return _root.GetItem(path) ?? new NotFoundProjectItem(path, fileKind);