3 references to BindingIndexerParse
Microsoft.Maui.Controls.Build.Tasks (3)
BuildException.cs (1)
73
public static BuildExceptionCode BindingIndexerParse = new BuildExceptionCode("XC", 0044, nameof(
BindingIndexerParse
), "");
SetPropertiesVisitor.cs (2)
734
throw new BuildException(
BindingIndexerParse
, lineInfo, null, indexArg, property.Name);
939
throw new BuildException(
BindingIndexerParse
, node as IXmlLineInfo, null, lastIndexArg, lastProperty.Name);