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