2 writes to ResourceId
mscorlib (2)
system\typeloadexception.cs (2)
99
ResourceId
= resourceId;
114
ResourceId
= info.GetInt32("TypeLoadResourceID");
4 references to ResourceId
mscorlib (4)
system\runtime\interopservices\typelibconverter.cs (1)
558
if (e.
ResourceId
!= System.__HResults.COR_E_TYPELOAD) // type not found
system\typeloadexception.cs (3)
61
(
ResourceId
== 0))
71
GetTypeLoadExceptionMessage(
ResourceId
, JitHelpers.GetStringHandleOnStack(ref format));
135
info.AddValue("TypeLoadResourceID",
ResourceId
);