/// <summary> /// Reads a method impl row from provider. /// </summary> /// <param name="token">The method impl row token.</param> /// <returns></returns> MethodImplRow IMetadataProvider.ReadMethodImplRow(Token token) { TableHeap theap = (TableHeap)_streams[(int)HeapType.Tables]; return(theap.ReadMethodImplRow(token)); }