9 references to FollowingMisc
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_XmlLiterals.vb (1)
49
BindXmlContent(syntax.
FollowingMisc
, childNodeBuilder, rootInfoOpt:=Nothing, diagnostics:=diagnostics)
Generated\Syntax.xml.Main.Generated.vb (1)
4714
Dim newFollowingMisc = VisitList(node.
FollowingMisc
)
Generated\Syntax.xml.Syntax.Generated.vb (5)
30432
return Update(declaration, Me.PrecedingMisc, Me.Root, Me.
FollowingMisc
)
30451
return Update(Me.Declaration, precedingMisc, Me.Root, Me.
FollowingMisc
)
30469
return Update(Me.Declaration, Me.PrecedingMisc, root, Me.
FollowingMisc
)
30492
Return Me.WithFollowingMisc(Me.
FollowingMisc
.AddRange(items))
30551
If declaration IsNot Me.Declaration OrElse precedingMisc <> Me.PrecedingMisc OrElse root IsNot Me.Root OrElse followingMisc <> Me.
FollowingMisc
Then
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
21296
Dim withObj = objectUnderTest.WithDeclaration(objectUnderTest.Declaration).WithPrecedingMisc(objectUnderTest.PrecedingMisc).WithRoot(objectUnderTest.Root).WithFollowingMisc(objectUnderTest.
FollowingMisc
)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Classification\Worker.XmlClassifier.vb (1)
90
For Each xmlNode In node.
FollowingMisc