<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.Diagnostics.SymbolStore.ISymbolMethod

public interface ISymbolMethod

int SequencePointCount { get; }

SymbolToken Token { get; }

int GetOffset(ISymbolDocument document, int line, int column)

int[] GetRanges(ISymbolDocument document, int line, int column)

ISymbolScope GetScope(int offset)

void GetSequencePoints(int[] offsets, ISymbolDocument[] documents, int[] lines, int[] columns, int[] endLines, int[] endColumns)

bool GetSourceStartEnd(ISymbolDocument[] docs, int[] lines, int[] columns)