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