28 references to ToDisplayParts
Microsoft.CodeAnalysis.CSharp (3)
Symbols\PublicModel\PreprocessingSymbol.cs (1)
85return SymbolDisplay.ToDisplayParts(this, format);
Symbols\PublicModel\Symbol.cs (1)
171return SymbolDisplay.ToDisplayParts(this, format);
Symbols\Symbol.cs (1)
1463return SymbolDisplay.ToDisplayParts(ISymbol, format);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (25)
SymbolDisplay\SymbolDisplayTests.cs (25)
4676var parts = Microsoft.CodeAnalysis.CSharp.SymbolDisplay.ToDisplayParts(goo, format); 5457SymbolDisplay.ToDisplayParts(model.GetSymbolInfo(actualThis).Symbol, SymbolDisplayFormat.MinimallyQualifiedFormat), 5467SymbolDisplay.ToDisplayParts(model.GetSymbolInfo(escapedThis).Symbol, SymbolDisplayFormat.MinimallyQualifiedFormat), 5523SymbolDisplay.ToDisplayParts(method, formatWithoutRef), 5536SymbolDisplay.ToDisplayParts(property, formatWithoutRef), 5551SymbolDisplay.ToDisplayParts(indexer, formatWithoutRef), 5569SymbolDisplay.ToDisplayParts(@delegate, formatWithoutRef), 5579SymbolDisplay.ToDisplayParts(method, formatWithRef), 5594SymbolDisplay.ToDisplayParts(property, formatWithRef), 5611SymbolDisplay.ToDisplayParts(indexer, formatWithRef), 5631SymbolDisplay.ToDisplayParts(@delegate, formatWithRef), 5643SymbolDisplay.ToDisplayParts(method, formatWithoutTypeWithRef), 5727SymbolDisplay.ToDisplayParts(method, formatWithoutRef), 5740SymbolDisplay.ToDisplayParts(property, formatWithoutRef), 5755SymbolDisplay.ToDisplayParts(indexer, formatWithoutRef), 5775SymbolDisplay.ToDisplayParts(@delegate, formatWithoutRef), 5785SymbolDisplay.ToDisplayParts(method, formatWithRef), 5802SymbolDisplay.ToDisplayParts(property, formatWithRef), 5821SymbolDisplay.ToDisplayParts(indexer, formatWithRef), 5845SymbolDisplay.ToDisplayParts(@delegate, formatWithRef), 5859SymbolDisplay.ToDisplayParts(method, formatWithoutTypeWithRef), 6229SymbolDisplay.ToDisplayParts(method, format), 7519Verify(SymbolDisplay.ToDisplayParts(semanticModel.GetDeclaredSymbol(structure), format), 8315Verify(SymbolDisplay.ToDisplayParts(type), "<anonymous delegate>", 8318Verify(SymbolDisplay.ToDisplayParts(type, s_fullDelegateFormat), "delegate string <anonymous delegate>(ref int i)",