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