1 write to _firstRowId
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (1)
130
_firstRowId
= firstRowId;
3 references to _firstRowId
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (3)
151
return GenericParameterConstraintHandle.FromRowId(
_firstRowId
+ index);
157
return new Enumerator(
_firstRowId
,
_firstRowId
+ _count - 1);