3 references to AdjustToPdbFormat
Roslyn.Test.PdbUtilities (3)
Reader\PdbValidation.cs (3)
139
var (actual, expected) =
AdjustToPdbFormat
(actualPdb, expectedPdb, actualIsPortable: diff.NextGeneration.InitialBaseline.HasPortablePdb);
307
var (actual, expected) =
AdjustToPdbFormat
(actualPdb, expectedPdb, actualIsPortable: isPortable);
348
var (actual, expected) =
AdjustToPdbFormat
(actualConverted, adjustedExpected, actualIsPortable: !originalIsPortable);