4 references to XmlStringSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
29518
Return new
XmlStringSyntax
(Me.Kind, newErrors, GetAnnotations, _startQuoteToken, _textTokens, _endQuoteToken)
29522
Return new
XmlStringSyntax
(Me.Kind, GetDiagnostics, annotations, _startQuoteToken, _textTokens, _endQuoteToken)
41132
Return New
XmlStringSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newStartQuoteToken, newTextTokens.Node, newEndQuoteToken)
Generated\Syntax.xml.Syntax.Generated.vb (1)
31703
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
XmlStringSyntax
(kind, errors, annotations, startQuoteToken, textTokens, endQuoteToken), Nothing, 0)