3 references to BindingIndexerEmpty
Microsoft.Maui.Controls.Build.Tasks (3)
BuildException.cs (1)
71
public static BuildExceptionCode BindingIndexerEmpty = new BuildExceptionCode("XC", 0042, nameof(
BindingIndexerEmpty
), "");
SetPropertiesVisitor.cs (2)
629
throw new BuildException(BuildExceptionCode.
BindingIndexerEmpty
, lineInfo, null);
633
throw new BuildException(BuildExceptionCode.
BindingIndexerEmpty
, lineInfo, null);