3 overrides of MapTokenToSourceSpan
Microsoft.CodeAnalysis (1)
DiaSymReader\Writer\SymUnmanagedWriterImpl.cs (1)
659
public override void
MapTokenToSourceSpan
(int token, int documentIndex, int startLine, int startColumn, int endLine, int endColumn)
Roslyn.Test.PdbUtilities (2)
Writer\DelegatingSymUnmanagedWriter.cs (1)
53
public override void
MapTokenToSourceSpan
(int token, int documentIndex, int startLine, int startColumn, int endLine, int endColumn)
Writer\MockSymUnmanagedWriter.cs (1)
75
public override void
MapTokenToSourceSpan
(int token, int documentIndex, int startLine, int startColumn, int endLine, int endColumn)
2 references to MapTokenToSourceSpan
Microsoft.CodeAnalysis (1)
NativePdbWriter\PdbWriter.cs (1)
719
_symWriter.
MapTokenToSourceSpan
(
Roslyn.Test.PdbUtilities (1)
Writer\DelegatingSymUnmanagedWriter.cs (1)
54
=> _target.
MapTokenToSourceSpan
(token, documentIndex, startLine, startColumn, endLine, endColumn);