2 references to GetVariableStart
System.Reflection.Metadata (2)
System\Reflection\Metadata\MetadataReader.cs (2)
945
firstVariableRowId = this.LocalScopeTable.
GetVariableStart
(scopeRowId);
957
lastVariableRowId = this.LocalScopeTable.
GetVariableStart
(scopeRowId + 1) - 1;