The GetBasePC method of the IMethodLocation interface returns the interpreted bytecode offset of the start of the source line that contains this location.
HRESULT GetBasePC(ULONG *pulPC)
[out] *pulPC | Returns the interpreted bytecode offset of the start of the source line that contains this location. |
S_OK Success.
E_NODEBUGINFORMATION There is no source line mapping information for this method.
E_FAIL Failure.