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