3 references to XamlCTask
Microsoft.Maui.Controls.Build.Tasks (3)
CompiledConverters\RDSourceTypeConverter.cs (2)
26
var rootTargetPath =
XamlCTask
.GetPathForType(context.Cache, currentModule, ((ILRootNode)rootNode).TypeReference);
65
var resourceId =
XamlCTask
.GetResourceIdForPath(context.Cache, module, resourcePath);
CompiledValueProviders\StyleSheetProvider.cs (1)
60
if (
XamlCTask
.GetResourceIdForPath(context.Cache, module, resourcePath) == null)