6 references to GetPDBFileName
Microsoft.NET.Publish.Tests (6)
GivenThatWeWantToPublishASingleFileApp.cs (1)
446
var niPdbFile = GivenThatWeWantToPublishReadyToRun.
GetPDBFileName
(mainProjectDll, framework, RuntimeInformation.RuntimeIdentifier);
GivenThatWeWantToPublishReadyToRun.cs (5)
89
GetPDBFileName
(mainProjectDll, framework, testProject.RuntimeIdentifier),
90
GetPDBFileName
(classLibDll, framework, testProject.RuntimeIdentifier),
407
pdbFiles = new[] {
GetPDBFileName
(Path.ChangeExtension(mainProjectDll, "r2r.dll"), framework, testProject.RuntimeIdentifier) };
412
GetPDBFileName
(mainProjectDll, framework, testProject.RuntimeIdentifier),
413
GetPDBFileName
(classLibDll, framework, testProject.RuntimeIdentifier),