1 write to wasmNative
Microsoft.NET.Sdk.BlazorWebAssembly.AoT.Tests (1)
BootJsonData.cs (1)
449wasmNative = assets.wasmNative?.ToDictionary(a => a.name, a => a.integrity),
2 references to wasmNative
Microsoft.NET.Sdk.BlazorWebAssembly.AoT.Tests (2)
WasmPublishIntegrationTestBase.cs (2)
37if (bootManifest.resources.wasmNative != null) 39VerifyBootManifestHashes(testAsset, blazorPublishDirectory, bootManifest.resources.wasmNative);