2 references to BindingIndexerTypeUnsupported
Microsoft.Maui.Controls.Build.Tasks (2)
BuildException.cs (1)
72
public static BuildExceptionCode BindingIndexerTypeUnsupported = new BuildExceptionCode("XC", 0043, nameof(
BindingIndexerTypeUnsupported
), "");
SetPropertiesVisitor.cs (1)
679
throw new BuildException(BuildExceptionCode.
BindingIndexerTypeUnsupported
, lineInfo, null, indexType.FullName);