4 references to XmlDeclarationOptionSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
28499
Return new
XmlDeclarationOptionSyntax
(Me.Kind, newErrors, GetAnnotations, _name, _equals, _value)
28503
Return new
XmlDeclarationOptionSyntax
(Me.Kind, GetDiagnostics, annotations, _name, _equals, _value)
41013
Return New
XmlDeclarationOptionSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newName, newEquals, newValue)
Generated\Syntax.xml.Syntax.Generated.vb (1)
30779
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
XmlDeclarationOptionSyntax
(kind, errors, annotations, name, equals, DirectCast(value.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.XmlStringSyntax)), Nothing, 0)