4 references to ImportCtorReference
Microsoft.Maui.Controls.Build.Tasks (4)
CompiledConverters\GridLengthTypeConverter.cs (2)
36
yield return Create(Newobj, module.
ImportCtorReference
(context.Cache,
44
yield return Create(Newobj, module.
ImportCtorReference
(context.Cache,
CompiledMarkupExtensions\DataTemplateExtension.cs (1)
28
var dataTemplateCtor = module.
ImportCtorReference
(context.Cache, typeRef, new[] { module.ImportReference(context.Cache, ("mscorlib", "System", "Type")) });
CreateObjectVisitor.cs (1)
570
var defaultCtor = module.
ImportCtorReference
(Context.Cache, typedef, parameterTypes: null);