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