29 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 (26)
SymbolDisplay\SymbolDisplayTests.cs (26)
2286var parts = SymbolDisplay.ToDisplayParts(goo, format); 4848var parts = Microsoft.CodeAnalysis.CSharp.SymbolDisplay.ToDisplayParts(goo, format); 5629SymbolDisplay.ToDisplayParts(model.GetSymbolInfo(actualThis).Symbol, SymbolDisplayFormat.MinimallyQualifiedFormat), 5639SymbolDisplay.ToDisplayParts(model.GetSymbolInfo(escapedThis).Symbol, SymbolDisplayFormat.MinimallyQualifiedFormat), 5695SymbolDisplay.ToDisplayParts(method, formatWithoutRef), 5708SymbolDisplay.ToDisplayParts(property, formatWithoutRef), 5723SymbolDisplay.ToDisplayParts(indexer, formatWithoutRef), 5741SymbolDisplay.ToDisplayParts(@delegate, formatWithoutRef), 5751SymbolDisplay.ToDisplayParts(method, formatWithRef), 5766SymbolDisplay.ToDisplayParts(property, formatWithRef), 5783SymbolDisplay.ToDisplayParts(indexer, formatWithRef), 5803SymbolDisplay.ToDisplayParts(@delegate, formatWithRef), 5815SymbolDisplay.ToDisplayParts(method, formatWithoutTypeWithRef), 5899SymbolDisplay.ToDisplayParts(method, formatWithoutRef), 5912SymbolDisplay.ToDisplayParts(property, formatWithoutRef), 5927SymbolDisplay.ToDisplayParts(indexer, formatWithoutRef), 5947SymbolDisplay.ToDisplayParts(@delegate, formatWithoutRef), 5957SymbolDisplay.ToDisplayParts(method, formatWithRef), 5974SymbolDisplay.ToDisplayParts(property, formatWithRef), 5993SymbolDisplay.ToDisplayParts(indexer, formatWithRef), 6017SymbolDisplay.ToDisplayParts(@delegate, formatWithRef), 6031SymbolDisplay.ToDisplayParts(method, formatWithoutTypeWithRef), 6401SymbolDisplay.ToDisplayParts(method, format), 7691Verify(SymbolDisplay.ToDisplayParts(semanticModel.GetDeclaredSymbol(structure), format), 8487Verify(SymbolDisplay.ToDisplayParts(type), "<anonymous delegate>", 8490Verify(SymbolDisplay.ToDisplayParts(type, s_fullDelegateFormat), "delegate string <anonymous delegate>(ref int i)",