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)
2401var parts = SymbolDisplay.ToDisplayParts(goo, format); 4963var parts = Microsoft.CodeAnalysis.CSharp.SymbolDisplay.ToDisplayParts(goo, format); 5744SymbolDisplay.ToDisplayParts(model.GetSymbolInfo(actualThis).Symbol, SymbolDisplayFormat.MinimallyQualifiedFormat), 5754SymbolDisplay.ToDisplayParts(model.GetSymbolInfo(escapedThis).Symbol, SymbolDisplayFormat.MinimallyQualifiedFormat), 5810SymbolDisplay.ToDisplayParts(method, formatWithoutRef), 5823SymbolDisplay.ToDisplayParts(property, formatWithoutRef), 5838SymbolDisplay.ToDisplayParts(indexer, formatWithoutRef), 5856SymbolDisplay.ToDisplayParts(@delegate, formatWithoutRef), 5866SymbolDisplay.ToDisplayParts(method, formatWithRef), 5881SymbolDisplay.ToDisplayParts(property, formatWithRef), 5898SymbolDisplay.ToDisplayParts(indexer, formatWithRef), 5918SymbolDisplay.ToDisplayParts(@delegate, formatWithRef), 5930SymbolDisplay.ToDisplayParts(method, formatWithoutTypeWithRef), 6014SymbolDisplay.ToDisplayParts(method, formatWithoutRef), 6027SymbolDisplay.ToDisplayParts(property, formatWithoutRef), 6042SymbolDisplay.ToDisplayParts(indexer, formatWithoutRef), 6062SymbolDisplay.ToDisplayParts(@delegate, formatWithoutRef), 6072SymbolDisplay.ToDisplayParts(method, formatWithRef), 6089SymbolDisplay.ToDisplayParts(property, formatWithRef), 6108SymbolDisplay.ToDisplayParts(indexer, formatWithRef), 6132SymbolDisplay.ToDisplayParts(@delegate, formatWithRef), 6146SymbolDisplay.ToDisplayParts(method, formatWithoutTypeWithRef), 6516SymbolDisplay.ToDisplayParts(method, format), 7806Verify(SymbolDisplay.ToDisplayParts(semanticModel.GetDeclaredSymbol(structure), format), 8602Verify(SymbolDisplay.ToDisplayParts(type), "<anonymous delegate>", 8605Verify(SymbolDisplay.ToDisplayParts(type, s_fullDelegateFormat), "delegate string <anonymous delegate>(ref int i)",