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