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