2 references to XmlElement
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.cs (1)
11046
=> SyntaxFactory.
XmlElement
(GenerateXmlElementStartTag(), new SyntaxList<XmlNodeSyntax>(), GenerateXmlElementEndTag());
Syntax\StructuredTriviaTests.cs (1)
52
var xmlElement = SyntaxFactory.
XmlElement
(xmlStartElement, default(SyntaxList<XmlNodeSyntax>), xmlEndElement);