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