1 write to _writer
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\DocumentationComments\DocumentationCommentWalker.vb (1)
53
Me.
_writer
= writer
12 references to _writer
Microsoft.CodeAnalysis.VisualBasic (12)
Compilation\DocumentationComments\DocumentationCommentWalker.vb (12)
96
Me.
_writer
.Write("<member name=""")
97
Me.
_writer
.Write(symbol.GetDocumentationCommentId())
98
Me.
_writer
.WriteLine(""">")
102
Me.
_writer
.WriteLine("</member>")
206
If Me.
_writer
IsNot Nothing Then
208
Me.
_writer
.Write(smallestSymbolCommentId)
254
If needError AndAlso Me.
_writer
IsNot Nothing Then
255
Me.
_writer
.Write("!:")
298
If Me.
_writer
IsNot Nothing Then
299
Me.
_writer
.Write("!:")
313
If Me.
_writer
IsNot Nothing Then
314
token.WriteTo(Me.
_writer
)