4 writes to blob
System.Private.CoreLib (4)
src\System\Reflection\RuntimeCustomAttributeData.cs (4)
216out records[i].tkCtor.Value, out records[i].blob); 622this.blob = blob; 1438out record.tkCtor.Value, out record.blob); 1456out record.tkCtor.Value, out record.blob);
4 references to blob
System.Private.CoreLib (4)
src\System\Reflection\RuntimeCustomAttributeData.cs (4)
193customAttributes[i] = new RuntimeCustomAttributeData(module, records[i].tkCtor, in records[i].blob); 1507IntPtr blobStart = caRecord.blob.Signature; 1508IntPtr blobEnd = (IntPtr)((byte*)blobStart + caRecord.blob.Length); 1785caRecord.blob,