5 references to _s
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (5)
IncrementalParser\IncrementalParser.vb (5)
81
Dim text As SourceText = SourceText.From(
_s
)
110
For i As Integer = 0 To
_s
.Length - 1
112
Dim newText = text.WithChanges(New TextChange(New TextSpan(text.Length, 0),
_s
.Substring(i, 1)))
124
Dim oldText = SourceText.From(
_s
)
128
Dim pos =
_s
.IndexOf("#const", StringComparison.Ordinal)