1 write to Module
Microsoft.Maui.Controls.Build.Tasks (1)
ILContext.cs (1)
21 Module = module;
11 references to Module
Microsoft.Maui.Controls.Build.Tasks (11)
ExpandMarkupsVisitor.cs (1)
193 if (!type.TryGetTypeReference(contextProvider.Context.Cache, contextProvider.Context.Module, null, out _))
SetFieldVisitor.cs (1)
37 Context.IL.Append(Context.Variables[(IElementNode)parentNode].LoadAs(Context.Cache, field.FieldType, Context.Module));
SetPropertiesVisitor.cs (9)
432 var module = context.Module; 537 var valuetupleRef = context.Module.ImportReference(module.ImportReference(context.Cache, ("mscorlib", "System", "ValueTuple`2")).MakeGenericInstanceType(new[] { tPropertyRef, module.TypeSystem.Boolean })); 775 var module = context.Module; 866 var module = context.Module; 987 var module = context.Module; 1040 var funcObjRef = context.Module.ImportReference(module.ImportReference(context.Cache, ("mscorlib", "System", "Func`2")).MakeGenericInstanceType(new[] { tSourceRef, module.TypeSystem.Object })); 1041 var tupleRef = context.Module.ImportReference(module.ImportReference(context.Cache, ("mscorlib", "System", "Tuple`2")).MakeGenericInstanceType(new[] { funcObjRef, module.TypeSystem.String })); 1648 && !collectionType.InheritsFromOrImplements(context.Cache, context.Module.ImportReference(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls", "ResourceDictionary")))) 1751 var module = parentContext.Module;