3 references to EnumValueMissing
Microsoft.Maui.Controls.Build.Tasks (3)
BuildException.cs (1)
56 public static BuildExceptionCode EnumValueMissing = new BuildExceptionCode("XC", 0007, nameof(EnumValueMissing), "");
NodeILExtensions.cs (2)
409 throw new BuildException(BuildExceptionCode.EnumValueMissing, lineInfo, null, value); 430 throw new BuildException(BuildExceptionCode.EnumValueMissing, lineInfo, null, value);