1 write to corePdb
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (1)
BootJsonData.cs (1)
454
corePdb
= assets.corePdb?.ToDictionary(a => a.name, a => a.integrity),
2 references to corePdb
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (2)
WasmPublishIntegrationTestBase.cs (2)
21
if (bootManifest.resources.
corePdb
!= null)
23
VerifyBootManifestHashes(testAsset, blazorPublishDirectory, bootManifest.resources.
corePdb
);