3 references to XmlLineInfo
Microsoft.Maui.Controls.Build.Tasks (1)
XamlCTask.cs (1)
102 LoggedErrors.Add(new BuildException(code, new XmlLineInfo(lineNumber, linePosition), innerException: null, messageArgs));
Microsoft.Maui.Controls.Xaml (2)
IXmlLineInfoExtensions.cs (1)
9return new XmlLineInfo(xmlLineInfo.LineNumber, xmlLineInfo.LinePosition);
XamlServiceProvider.cs (1)
332 new XmlLineInfo(((IXmlLineInfo)node).LineNumber, ((IXmlLineInfo)node).LinePosition),