6 references to WithStartTag
Microsoft.CodeAnalysis.VisualBasic (5)
Syntax\SyntaxFactory.vb (5)
509
Return element.
WithStartTag
(element.StartTag.AddAttributes(
648
Return element.
WithStartTag
(element.StartTag.AddAttributes(XmlCrefAttribute(cref)))
667
Return element.
WithStartTag
(element.StartTag.AddAttributes(XmlCrefAttribute(cref)))
684
Return element.
WithStartTag
(element.StartTag)
723
Return element.
WithStartTag
(element.StartTag.AddAttributes(XmlNameAttribute(parameterName)))
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
21326
Dim withObj = objectUnderTest.
WithStartTag
(objectUnderTest.StartTag).WithContent(objectUnderTest.Content).WithEndTag(objectUnderTest.EndTag)