1 write to _ParamOffset
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
495
_ParamOffset
= 0;
2 references to _ParamOffset
System.Reflection.Metadata (2)
System\Reflection\Metadata\Internal\Tables.cs (2)
496
this.RowSize =
_ParamOffset
+ paramTableRowRefSize;
503
return ParameterHandle.FromRowId(this.Block.PeekReference(rowOffset +
_ParamOffset
, _IsParamTableRowRefSizeSmall));