4 references to Clone
Microsoft.Maui.Controls.Xaml (4)
XamlParser.cs (4)
80
throw new XamlParseException($"'{reader.Name}' is a duplicate property name.", ((IXmlLineInfo)reader).
Clone
());
95
throw new XamlParseException($"'x:Arguments' is a duplicate directive name.", ((IXmlLineInfo)reader).
Clone
());
106
throw new XamlParseException($"Multiple child elements in {node.XmlType.Name}", ((IXmlLineInfo)reader).
Clone
());
192
throw new XamlParseException("Closing PropertyElement expected", ((IXmlLineInfo)reader).
Clone
());