2 implementations of CacheSymbols
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Navigation\FullSymbolReader.cs (1)
61public void CacheSymbols(string binaryPath, string? searchPath)
Navigation\PortableSymbolReader.cs (1)
36public void CacheSymbols(string binaryPath, string? searchPath)
1 reference to CacheSymbols
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Navigation\DiaSession.cs (1)
61_symbolReader.CacheSymbols(binaryPath, searchPath);