4 references to Xml
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\CodeAnalysis\StringSyntaxAttribute.cs (1)
72public const string Xml = nameof(Xml);
System.Private.Xml (3)
System\Xml\Core\XmlTextReader.cs (1)
92public XmlTextReader([StringSyntax(StringSyntaxAttribute.Xml)] string xmlFragment, XmlNodeType fragType, XmlParserContext? context)
System\Xml\Core\XmlValidatingReader.cs (1)
31public XmlValidatingReader([StringSyntax(StringSyntaxAttribute.Xml)] string xmlFragment, XmlNodeType fragType, XmlParserContext context)
System\Xml\Dom\XmlDocument.cs (1)
1336public virtual void LoadXml([StringSyntax(StringSyntaxAttribute.Xml)] string xml)