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