Base:
15 references to ToString
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineHints\InlineHintsDataTaggerProvider.cs (1)
121if (hint.DisplayParts.Sum(p => p.ToString().Length) == 0)
Shared\Extensions\ClassificationExtensions.cs (1)
25var text = part.ToString();
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (4)
Controller.Session_ComputeModel.cs (2)
176=> p1.ToString() == p2.ToString();
Signature.cs (2)
122var newLineContent = newLinePart.ToString(); 124var spacerContent = spacerPart.ToString();
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
SignatureHelp\AbstractSignatureHelpProviderTests.cs (1)
261=> string.Concat(list.Select(i => i.ToString()));
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities2 (1)
Intellisense\TestState.vb (1)
706Return String.Join(String.Empty, parts.Select(Function(p) p.ToString()))
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
SignatureHelp\Controller.Session_ComputeModel.cs (2)
176=> p1.ToString() == p2.ToString();
SignatureHelp\Presentation\Signature.cs (2)
122var newLineContent = newLinePart.ToString(); 124var spacerContent = spacerPart.ToString();
Microsoft.CodeAnalysis.Features (3)
Common\TaggedText.cs (3)
260var text = part.ToString(); 272var text = part.ToString(); 294=> string.Join(string.Empty, parts.Select(p => p.ToString()));