2 references to IsTypedReference
ILCompiler.ReadyToRun (2)
Compiler\ExternalReferenceTokenManager.cs (1)
153
if (type.IsPrimitive || type.IsVoid || type.IsObject || type.IsString || type.
IsTypedReference
)
Compiler\ReadyToRunCompilationModuleGroupBase.cs (1)
827
if (type.IsPrimitive || type.IsVoid || type.IsObject || type.IsString || type.
IsTypedReference
)