7 references to JsAsset
Microsoft.NET.Sdk.BlazorWebAssembly.AoT.Tests (7)
BootJsonData.cs (7)
246public List<JsAsset> jsModuleWorker { get; set; } 249public List<JsAsset> jsModuleDiagnostics { get; set; } 252public List<JsAsset> jsModuleNative { get; set; } 255public List<JsAsset> jsModuleRuntime { get; set; } 305public List<JsAsset> libraryInitializers { get; set; } 308public List<JsAsset> modulesAfterConfigLoaded { get; set; } 311public List<JsAsset> modulesAfterRuntimeReady { get; set; }