1 write to m_hr
mscorlib (1)
system\reflection\mdimport.cs (1)
752
internal MetadataException(int hr) {
m_hr
= hr; }
1 reference to m_hr
mscorlib (1)
system\reflection\mdimport.cs (1)
756
return String.Format(CultureInfo.CurrentCulture, "MetadataException HResult = {0:x}.",
m_hr
);