コード例 #1
0
 /// <summary>
 ///     Attempts to locate the pdb for a given module.
 /// </summary>
 /// <param name="pdb">The pdb to locate.</param>
 /// <returns>A full path on disk (local) of where the pdb was copied to.</returns>
 /// <inheritdoc />
 public Task <string> FindPdbAsync(IPdbInfo pdb) => Locator.FindPdbAsync((pdb as PdbInfoAdapter)?.PdbInfo);
コード例 #2
0
 /// <summary>
 ///     Attempts to locate the pdb for a given module.
 /// </summary>
 /// <param name="pdb">The pdb to locate.</param>
 /// <returns>A full path on disk (local) of where the pdb was copied to.</returns>
 /// <inheritdoc />
 public string FindPdb(IPdbInfo pdb) => Locator.FindPdb((pdb as PdbInfoAdapter)?.PdbInfo);