2 references to ToFullString
Microsoft.VisualStudio.LanguageServices (2)
StackTraceExplorer\StackFrameViewModel.cs (2)
165
methodTextBuilder.Append(methodDeclaration.MemberAccessExpression.DotToken.
ToFullString
());
202
yield return MakeClassifiedRun(ClassificationTypeNames.Text, _frame.Root.EndOfLineToken.
ToFullString
());