8 references to AddTrailingSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Parser\ParseQuery.vb (4)
161varName = varName.AddTrailingSyntax(ReportSyntaxError(unexpectedNullable, ERRID.ERR_NullableTypeInferenceNotSupported)) 317varName = varName.AddTrailingSyntax(ReportSyntaxError(unexpectedNullable, ERRID.ERR_NullableTypeInferenceNotSupported)) 438varName = varName.AddTrailingSyntax(ReportSyntaxError(unexpectedNullable, ERRID.ERR_NullableTypeInferenceNotSupported)) 790varName = varName.AddTrailingSyntax(ReportSyntaxError(unexpectedNullable, ERRID.ERR_NullableTypeInferenceNotSupported))
Parser\Parser.vb (3)
2301optionalAsClause = optionalAsClause.AddTrailingSyntax(withKeyword) 2566id = id.AddTrailingSyntax(CurrentToken) 4114ident = ident.AddTrailingSyntax(ParseIdentifier())
Parser\ParseXml.vb (1)
1138crefReference = crefReference.AddTrailingSyntax(token)