1 instantiation of TestDocumentSnapshot
Microsoft.AspNetCore.Razor.Test.Common.Tooling (1)
ProjectSystem\TestDocumentSnapshot.cs (1)
35return new TestDocumentSnapshot(filePath, codeDocument);
2 references to TestDocumentSnapshot
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Mapping\RazorEditServiceTest.cs (1)
1323var snapshot = TestDocumentSnapshot.Create(razorPath, codeDocument);
Microsoft.VisualStudioCode.RazorExtension.UnitTests (1)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Mapping\RazorEditServiceTest.cs (1)
1323var snapshot = TestDocumentSnapshot.Create(razorPath, codeDocument);