14 references to ToNameDisplayString
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
TypeInferrer\TypeInferrerTests.Delegate.cs (1)
35Assert.Equal(expectedType, delegateType.ToNameDisplayString());
Microsoft.CodeAnalysis.CSharp.Features (3)
Debugging\DataTipInfoGetter.cs (2)
41var text = type?.ToNameDisplayString(); 54: new DebugDataTipInfo(expression.Span, type.ToNameDisplayString());
src\Analyzers\CSharp\CodeFixes\AliasAmbiguousType\CSharpAliasAmbiguousTypeCodeFixProvider.cs (1)
29=> $"using {alias} = {typeSymbol.ToNameDisplayString()};";
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
ExternalAccess\Pythia\Api\PythiaSymbolExtensions.cs (1)
12=> Shared.Extensions.ISymbolExtensions.ToNameDisplayString(symbol);
Microsoft.CodeAnalysis.Features (8)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
4732return attribute.AttributeClass?.ToNameDisplayString() switch 4792if (symbol.ToNameDisplayString() == "System.Security.Permissions.SecurityAttribute")
GenerateType\AbstractGenerateTypeService.State.cs (1)
387NamespaceToGenerateInOpt = symbol.ToNameDisplayString();
InlineMethod\AbstractInlineMethodRefactoringProvider.cs (2)
238string.Format(FeaturesResources.Inline_0, calleeMethodSymbol.ToNameDisplayString()), 254var calleeMethodName = calleeMethodSymbol.ToNameDisplayString();
MetadataAsSource\DecompilationMetadataAsSourceFileProvider.cs (1)
91&& attribute.AttributeClass.ToNameDisplayString() == typeof(SuppressIldasmAttribute).FullName);
MetadataAsSource\MetadataAsSourceHelpers.cs (1)
109attribute.AttributeClass.ToNameDisplayString() == typeof(ReferenceAssemblyAttribute).FullName)
PullMemberUp\AbstractPullMemberUpRefactoringProvider.cs (1)
63? string.Format(FeaturesResources.Pull_0_up_to, selectedMembers.Single().ToNameDisplayString())
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ITypeSymbolExtensions.cs (1)
709&& attributeData.AttributeClass.ToNameDisplayString() == typeof(ReferenceAssemblyAttribute).FullName)