1 write to _variableListOffset
System.Reflection.Metadata (1)
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (1)
146
_variableListOffset
= _importScopeOffset + importScopeRefSize;
2 references to _variableListOffset
System.Reflection.Metadata (2)
System\Reflection\Metadata\PortablePdb\Tables.Debug.cs (2)
147
_constantListOffset =
_variableListOffset
+ localVariableRefSize;
175
return Block.PeekReference(rowOffset +
_variableListOffset
, _isLocalVariableRefSmall);