1 write to _blob
System.Private.CoreLib (1)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
920
_blob
= new ReadOnlySpan<byte>((void*)attributeBlob.Signature, attributeBlob.Length);
2 references to _blob
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));