3 references to BPName
Microsoft.Maui.Controls.Build.Tasks (3)
BindablePropertyReferenceExtensions.cs (2)
15 throw new BuildException(BuildExceptionCode.BPName, iXmlLineInfo, null, bpRef.Name); 28 throw new BuildException(BuildExceptionCode.BPName, iXmlLineInfo, null, bpName, bpRef.DeclaringType);
BuildException.cs (1)
61 public static BuildExceptionCode BPName = new BuildExceptionCode("XC", 0020, nameof(BPName), "");