Base:
11 references to ToString
ILLink.CodeFixProvider (4)
BaseAttributeCodeFixProvider.cs (1)
37var codeFixTitle = CodeFixTitle.ToString();
DynamicallyAccessedMembersCodeFixProvider.cs (2)
97var codeFixTitle = CodeFixTitle.ToString(); 109title: CodeFixTitle.ToString(),
RequiresUnsafeCodeFixProvider.cs (1)
36var codeFixTitle = CodeFixTitle.ToString();
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerManager.AnalyzerExecutionContext.cs (1)
357localizableString.ToString();
Microsoft.CodeAnalysis.CSharp.Features (5)
QuickInfo\CSharpDiagnosticAnalyzerQuickInfoProviderExtensions.cs (1)
16var result = @this.ToString();
UseExpressionBody\UseExpressionBodyCodeRefactoringProvider.cs (2)
125helper.UseExpressionBodyTitle.ToString(), 138helper.UseBlockBodyTitle.ToString(),
UseExpressionBodyForLambda\UseExpressionBodyForLambdaCodeRefactoringProvider.cs (2)
175var title = UseExpressionBodyForLambdaHelpers.UseExpressionBodyTitle.ToString(); 184var title = UseExpressionBodyForLambdaHelpers.UseBlockBodyTitle.ToString();
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EmitSolutionUpdateResults.cs (1)
90string.Format(descriptor.MessageFormat.ToString(), "", errorMessage));