3 writes to _base
Microsoft.CodeAnalysis.VisualBasic (3)
Syntax\InternalSyntax\SyntaxLiterals.vb (3)
125Me._base = base 131Me._base = base 137Me._base = CType(reader.ReadByte(), LiteralBase)
6 references to _base
Microsoft.CodeAnalysis.VisualBasic (6)
Syntax\InternalSyntax\SyntaxLiterals.vb (6)
98Return New IntegerLiteralTokenSyntax(Of T)(Kind, GetDiagnostics, GetAnnotations, Text, trivia, GetTrailingTrivia, _base, _typeSuffix, _value) 102Return New IntegerLiteralTokenSyntax(Of T)(Kind, GetDiagnostics, GetAnnotations, Text, GetLeadingTrivia, trivia, _base, _typeSuffix, _value) 106Return New IntegerLiteralTokenSyntax(Of T)(Kind, newErrors, GetAnnotations, Text, GetLeadingTrivia, GetTrailingTrivia, _base, _typeSuffix, _value) 110Return New IntegerLiteralTokenSyntax(Of T)(Kind, GetDiagnostics, annotations, Text, GetLeadingTrivia, GetTrailingTrivia, _base, _typeSuffix, _value) 143writer.WriteByte(CType(Me._base, Byte)) 152Return Me._base