2 references to MethodStaticMissing
Microsoft.Maui.Controls.Build.Tasks (2)
BuildException.cs (1)
55 public static BuildExceptionCode MethodStaticMissing = new BuildExceptionCode("XC", 0006, nameof(MethodStaticMissing), "");
CreateObjectVisitor.cs (1)
150 throw new BuildException(BuildExceptionCode.MethodStaticMissing, node, null, typedef.FullName, factoryMethod, null);