9 references to ToString
Microsoft.CodeAnalysis.VisualBasic (9)
Parser\ParseStatement.vb (1)
896
intLiteral = New IntegerLiteralTokenSyntax(Of ULong)(SyntaxKind.IntegerLiteralToken, intLiteral.
ToString
, intLiteral.GetLeadingTrivia, intLiteral.GetTrailingTrivia, intLiteral.Base, TypeCharacter.None, intLiteralValue)
Parser\ParseXml.vb (7)
131
Select Case optionName.
ToString
135
nextOption = ReportSyntaxError(nextOption, ERRID.ERR_DuplicateXmlAttribute, optionName.
ToString
)
144
nextOption = ReportSyntaxError(nextOption, ERRID.ERR_VersionMustBeFirstInXmlDecl, "", "", optionName.
ToString
)
157
nextOption = ReportSyntaxError(nextOption, ERRID.ERR_DuplicateXmlAttribute, optionName.
ToString
)
181
nextOption = ReportSyntaxError(nextOption, ERRID.ERR_DuplicateXmlAttribute, optionName.
ToString
)
205
nextOption = ReportSyntaxError(nextOption, ERRID.ERR_IllegalAttributeInXmlDecl, "", "", nextOption.Name.
ToString
)
397
Select Case name.
ToString
Syntax\InternalSyntax\SyntaxNodeExtensions.vb (1)
705
If Not Scanner.IsIdentifier(xmlNameInferredFrom.LocalName.
ToString
) Then