1 write to blob
mscorlib (1)
system\reflection\customattribute.cs (1)
334tkCustomAttributeTokens[i], out records[i].tkCtor.Value, out records[i].blob);
7 references to blob
mscorlib (7)
system\reflection\customattribute.cs (7)
394CustomAttributeEncodedArgument.ParseAttributeArguments(caRecord.blob, ref m_ctorParams, ref m_namedParams, m_scope); 1697IntPtr blobStart = caRecord.blob.Signature; 1698IntPtr blobEnd = (IntPtr)((byte*)blobStart + caRecord.blob.Length); 1764IntPtr blobItr = caRecord.blob.Signature; 1867IntPtr blobStart = caRecord.blob.Signature; 1868IntPtr blobEnd = (IntPtr)((byte*)blobStart + caRecord.blob.Length); 2034ParseAttributeUsageAttribute(caRecord.blob, out targets, out inherited, out allowMultiple);