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