Base:
4 references to ToString
Microsoft.CodeAnalysis.Workspaces (4)
ExternalAccess\UnitTesting\Api\UnitTestingSymbolExtensions.cs (1)
12=> SymbolKey.Create(symbol, cancellationToken).ToString();
Remote\RemoteArguments.cs (1)
69=> new(symbol.GetSymbolKey(cancellationToken).ToString(), project.Id);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.cs (2)
99/// in their <see cref="ToString()"/> form and used across sessions with the same version of Roslyn. However, future 104/// The string values produced by <see cref="CreateString"/> (or <see cref="SymbolKey.ToString"/>) should not be