1 write to _FuncCodeOffset
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1866_FuncCodeOffset = _TokenOffset + sizeof(uint);
2 references to _FuncCodeOffset
System.Reflection.Metadata (2)
System\Reflection\Metadata\Internal\Tables.cs (2)
1867this.RowSize = _FuncCodeOffset + sizeof(uint); 1880return (EditAndContinueOperation)this.Block.PeekUInt32(rowOffset + _FuncCodeOffset);