4 references to DocumentationCommentTriviaSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
33296Return new DocumentationCommentTriviaSyntax(Me.Kind, newErrors, GetAnnotations, _content) 33300Return new DocumentationCommentTriviaSyntax(Me.Kind, GetDiagnostics, annotations, _content) 41519Return New DocumentationCommentTriviaSyntax(node.Kind, node.GetDiagnostics, node.GetAnnotations, newContent.Node)
Generated\Syntax.xml.Syntax.Generated.vb (1)
34685Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.DocumentationCommentTriviaSyntax(kind, errors, annotations, if(content IsNot Nothing, content.Green, Nothing)), Nothing, 0)