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