5 references to TypeResolution
Microsoft.Maui.Controls.Build.Tasks (5)
BuildException.cs (1)
49
public static BuildExceptionCode TypeResolution = new BuildExceptionCode("XC", 0000, nameof(
TypeResolution
), "");
CompiledConverters\BindablePropertyConverter.cs (1)
73
throw new BuildException(
TypeResolution
, node, null, typeName);
CompiledMarkupExtensions\DataTemplateExtension.cs (1)
26
?? throw new BuildException(BuildExceptionCode.
TypeResolution
, node as IXmlLineInfo, null, valueNode.Value);
CompiledMarkupExtensions\TypeExtension.cs (1)
33
context.TypeExtensions[node] = typeref ?? throw new BuildException(BuildExceptionCode.
TypeResolution
, node as IXmlLineInfo, null, valueNode.Value);
XmlTypeExtensions.cs (1)
97
throw new BuildException(BuildExceptionCode.
TypeResolution
, xmlInfo, null, $"{xmlType.NamespaceUri}:{xmlType.Name}");