3 writes to TargetType
ILCompiler.TypeSystem (3)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\UnsafeAccessors.cs (3)
77
if (!ValidateTargetType(retType, out context.
TargetType
))
106
if (!ValidateTargetType(firstArgType, out context.
TargetType
))
138
if (!ValidateTargetType(firstArgType, out context.
TargetType
))
2 references to TargetType
ILCompiler.TypeSystem (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\UnsafeAccessors.cs (2)
431
TypeDesc targetType = context.
TargetType
;
496
TypeDesc targetType = context.
TargetType
;