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)
925
private ReadOnlySpan<byte> PeekData(int size) => _blob.Slice(
_curr
, size);
930
Debug.Assert(size <= (_blob.Length -
_curr
));