1 write to TypeReference
Microsoft.Maui.Controls.Build.Tasks (1)
ILRootNode.cs (1)
11
TypeReference
= typeReference;
6 references to TypeReference
Microsoft.Maui.Controls.Build.Tasks (6)
CompiledConverters\RDSourceTypeConverter.cs (3)
26
var rootTargetPath = XamlCTask.GetPathForType(context.Cache, currentModule, ((ILRootNode)rootNode).
TypeReference
);
84
value = $"{value};assembly={rootNode.
TypeReference
.Module.Assembly.Name.Name}";
144
yield return Create(Ldtoken, currentModule.ImportReference(rootNode.
TypeReference
));
CompiledValueProviders\StyleSheetProvider.cs (2)
55
var rootTargetPath = RDSourceTypeConverter.GetPathForType(context, module, ((ILRootNode)rootNode).
TypeReference
);
65
yield return Create(Ldtoken, module.ImportReference(((ILRootNode)rootNode).
TypeReference
));
CreateObjectVisitor.cs (1)
261
var typeref = ilnode.
TypeReference
;