47 {
48 [UnconditionalSuppressMessage("ReflectionAnalysis", "IL2026:RequiresUnreferencedCode", Justification = "Module.ResolveType is marked as RequiresUnreferencedCode because it relies on tokenswhich are not guaranteed to be stable across trimming. So if somebody hardcodes a token it could break.The usage here is not like that as all these tokens come from existing metadata loaded from some ILand so trimming has no effect (the tokens are read AFTER trimming occured).")]
49 get
50 {
52 {
54 }
57 {
61 }
62 return result;
63 }
64 }
virtual Type[] GetGenericArguments()
ExceptionHandlingClauseOptions _flags
RuntimeMethodBody _methodBody
@ InvalidOperationException