3 references to PropertyResolution
Microsoft.Maui.Controls.Build.Tasks (3)
BuildException.cs (1)
50 public static BuildExceptionCode PropertyResolution = new BuildExceptionCode("XC", 0001, nameof(PropertyResolution), "");
CompiledConverters\BindablePropertyConverter.cs (1)
77 throw new BuildException(PropertyResolution, node, null, propertyName, typeRef.Name);
SetPropertiesVisitor.cs (1)
1149 throw new BuildException(PropertyResolution, lineInfo, null, localName, parent.VariableType.FullName);