1 write to Text
Microsoft.CodeAnalysis.Features (1)
Debugging\AbstractBreakpointResolver.cs (1)
70
Text
= text;
5 references to Text
Microsoft.CodeAnalysis.CSharp.Features (1)
Debugging\BreakpointResolver.cs (1)
51
var text =
Text
;
Microsoft.CodeAnalysis.VisualBasic.Features (4)
Debugging\BreakpointResolver.vb (4)
50
Dim text As String = Me.
Text
54
Dim name = SyntaxFactory.ParseName(Me.
Text
, consumeFullText:=False)
56
Dim parameterList = ParseParameterList(Me.
Text
, lengthOfParsedText)
79
If Not foundIncompleteParameterList AndAlso (lengthOfParsedText = Me.
Text
.Length) AndAlso