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