4 references to ImportCtorReference
Microsoft.Maui.Controls.Build.Tasks (4)
CompiledMarkupExtensions\StaticResourceExtension.cs (1)
155
yield return Create(Newobj, module.
ImportCtorReference
(context.Cache,
NodeILExtensions.cs (1)
189
var typeConverterCtorRef = module.
ImportCtorReference
(context.Cache, typeConverter, paramCount: 0);
SetPropertiesVisitor.cs (1)
777
var tupleCtorRef = module.
ImportCtorReference
(context.Cache, tupleRef, 2);
TypeDefinitionExtensions.cs (1)
30
var parentctor = module.
ImportCtorReference
(cache, parentType, paramCount: 0) ?? module.ImportCtorReference(cache, ("mscorlib", "System", "Object"), parameterTypes: null);