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