3 references to JavaScriptEncode
Diagnostics.EFCore.FunctionalTests (3)
DatabaseErrorPageMiddlewareTest.cs (3)
291
Assert.Contains("req.open(\"POST\", \"" +
JavaScriptEncode
(expectedMigrationsEndpoint) + "\", true);", content);
292
Assert.Contains("data-assemblyname=\"" +
JavaScriptEncode
(expectedContextType) + "\"", content);
367
Assert.Contains("req.open(\"POST\", \"" +
JavaScriptEncode
(migrationsEndpoint) + "\", true);", content);