2 writes to blob
System.Private.CoreLib (2)
src\System\Reflection\RuntimeCustomAttributeData.cs (2)
216out records[i].tkCtor.Value, out records[i].blob); 622this.blob = blob;
1 reference to blob
System.Private.CoreLib (1)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
193customAttributes[i] = new RuntimeCustomAttributeData(module, records[i].tkCtor, in records[i].blob);