5 references to XmlDocument
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Main.Generated.vb (1)
40256Return SyntaxFactory.XmlDocument(declaration, Nothing, root, Nothing)
Generated\Syntax.xml.Syntax.Generated.vb (1)
30552Dim newNode = SyntaxFactory.XmlDocument(declaration, precedingMisc, root, followingMisc)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (3)
Generated\Syntax.Test.xml.Generated.vb (3)
16877SyntaxFactory.XmlDocument(Nothing, Nothing, GenerateRedXmlElement(), Nothing) 16885SyntaxFactory.XmlDocument(GenerateRedXmlDeclaration(), Nothing, Nothing, Nothing) 16892return SyntaxFactory.XmlDocument(GenerateRedXmlDeclaration(), Nothing, GenerateRedXmlElement(), Nothing)