3 writes to _encoding
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
22188
Me.
_encoding
= encoding
22212
Me.
_encoding
= encoding
22235
Me.
_encoding
= encoding
6 references to _encoding
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
22273
Return Me.
_encoding
22301
Return Me.
_encoding
22314
Return new XmlDeclarationSyntax(Me.Kind, newErrors, GetAnnotations, _lessThanQuestionToken, _xmlKeyword, _version,
_encoding
, _standalone, _questionGreaterThanToken)
22318
Return new XmlDeclarationSyntax(Me.Kind, GetDiagnostics, annotations, _lessThanQuestionToken, _xmlKeyword, _version,
_encoding
, _standalone, _questionGreaterThanToken)
33060
Dim newEncoding = DirectCast(Visit(node.
_encoding
), XmlDeclarationOptionSyntax)
33061
If node.
_encoding
IsNot newEncoding Then anyChanges = True