1 write to m_blob
mscorlib (1)
system\reflection\emit\customattributebuilder.cs (1)
286
m_blob
= ((MemoryStream)writer.BaseStream).ToArray();
6 references to m_blob
mscorlib (6)
system\reflection\emit\assemblybuilder.cs (4)
404
securityRulesBlob = new byte[attribute.
m_blob
.Length];
405
Array.Copy(attribute.
m_blob
, securityRulesBlob, securityRulesBlob.Length);
416
aptcaBlob = new byte[attribute.
m_blob
.Length];
417
Array.Copy(attribute.
m_blob
, aptcaBlob, aptcaBlob.Length);
system\reflection\emit\customattributebuilder.cs (1)
554
TypeBuilder.DefineCustomAttribute(mod, tkOwner, tkAttrib,
m_blob
, toDisk,
system\reflection\emit\methodbuilder.cs (1)
1208
ParseCA(customBuilder.m_con, customBuilder.
m_blob
);