2 writes to _curr
System.Private.CoreLib (2)
src\System\Reflection\RuntimeCustomAttributeData.cs (2)
922_curr = 0; 931_curr += size;
2 references to _curr
System.Private.CoreLib (2)
src\System\Reflection\RuntimeCustomAttributeData.cs (2)
925private ReadOnlySpan<byte> PeekData(int size) => _blob.Slice(_curr, size); 930Debug.Assert(size <= (_blob.Length - _curr));