11 references to GetTextNotInterned
Microsoft.CodeAnalysis.VisualBasic (11)
Scanner\Scanner.vb (3)
1110Dim commentTrivia As SyntaxTrivia = MakeCommentTrivia(GetTextNotInterned(length)) 2578Dim spelling = GetTextNotInterned(length) 2608Dim sp = GetTextNotInterned(length)
Scanner\ScannerInterpolatedString.vb (1)
223Dim text = If(offset > 0, GetTextNotInterned(offset), String.Empty)
Scanner\TokenFactories.vb (1)
739Dim spelling = GetTextNotInterned(length)
Scanner\XmlTokenFactories.vb (6)
79Dim spelling = GetTextNotInterned(length) 183Dim text = GetTextNotInterned(TokenWidth) 261Dim text = GetTextNotInterned(TokenWidth) 296Dim text = GetTextNotInterned(TokenWidth) 377Dim text = GetTextNotInterned(TokenWidth) 402Dim text = GetTextNotInterned(TokenWidth)