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