4 references to ISymbolReader
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
183[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.ISymbolReader))]
netstandard (1)
netstandard.cs (1)
689[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.ISymbolReader))]
System.Diagnostics.StackTrace (2)
System\Diagnostics\SymbolStore\ISymbolBinder.cs (2)
11ISymbolReader? GetReader(int importer, string filename, string searchPath); 16ISymbolReader? GetReader(IntPtr importer, string filename, string searchPath);