2 references to BindingWithXDataTypeFromOuterScope
Microsoft.Maui.Controls.Build.Tasks (2)
BuildException.cs (1)
65
public static BuildExceptionCode BindingWithXDataTypeFromOuterScope = new BuildExceptionCode("XC", 0024, nameof(
BindingWithXDataTypeFromOuterScope
), "https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings");
SetPropertiesVisitor.cs (1)
485
context.LoggingHelper.LogWarningOrError(BuildExceptionCode.
BindingWithXDataTypeFromOuterScope
, context.XamlFilePath, node.LineNumber, node.LinePosition, 0, 0, null);