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