4 writes to _encoding
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
28187
Me.
_encoding
= encoding
28211
Me.
_encoding
= encoding
28234
Me.
_encoding
= encoding
28266
Me.
_encoding
= _encoding
7 references to _encoding
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
28287
writer.WriteValue(Me.
_encoding
)
28323
Return Me.
_encoding
28351
Return Me.
_encoding
28364
Return new XmlDeclarationSyntax(Me.Kind, newErrors, GetAnnotations, _lessThanQuestionToken, _xmlKeyword, _version,
_encoding
, _standalone, _questionGreaterThanToken)
28368
Return new XmlDeclarationSyntax(Me.Kind, GetDiagnostics, annotations, _lessThanQuestionToken, _xmlKeyword, _version,
_encoding
, _standalone, _questionGreaterThanToken)
40988
Dim newEncoding = DirectCast(Visit(node.
_encoding
), XmlDeclarationOptionSyntax)
40989
If node.
_encoding
IsNot newEncoding Then anyChanges = True