29 references to ToDisplayParts
Microsoft.CodeAnalysis.CSharp (3)
Symbols\PublicModel\PreprocessingSymbol.cs (1)
85
return SymbolDisplay.
ToDisplayParts
(this, format);
Symbols\PublicModel\Symbol.cs (1)
171
return SymbolDisplay.
ToDisplayParts
(this, format);
Symbols\Symbol.cs (1)
1463
return SymbolDisplay.
ToDisplayParts
(ISymbol, format);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (26)
SymbolDisplay\SymbolDisplayTests.cs (26)
2401
var parts = SymbolDisplay.
ToDisplayParts
(goo, format);
4963
var parts = Microsoft.CodeAnalysis.CSharp.SymbolDisplay.
ToDisplayParts
(goo, format);
5744
SymbolDisplay.
ToDisplayParts
(model.GetSymbolInfo(actualThis).Symbol, SymbolDisplayFormat.MinimallyQualifiedFormat),
5754
SymbolDisplay.
ToDisplayParts
(model.GetSymbolInfo(escapedThis).Symbol, SymbolDisplayFormat.MinimallyQualifiedFormat),
5810
SymbolDisplay.
ToDisplayParts
(method, formatWithoutRef),
5823
SymbolDisplay.
ToDisplayParts
(property, formatWithoutRef),
5838
SymbolDisplay.
ToDisplayParts
(indexer, formatWithoutRef),
5856
SymbolDisplay.
ToDisplayParts
(@delegate, formatWithoutRef),
5866
SymbolDisplay.
ToDisplayParts
(method, formatWithRef),
5881
SymbolDisplay.
ToDisplayParts
(property, formatWithRef),
5898
SymbolDisplay.
ToDisplayParts
(indexer, formatWithRef),
5918
SymbolDisplay.
ToDisplayParts
(@delegate, formatWithRef),
5930
SymbolDisplay.
ToDisplayParts
(method, formatWithoutTypeWithRef),
6014
SymbolDisplay.
ToDisplayParts
(method, formatWithoutRef),
6027
SymbolDisplay.
ToDisplayParts
(property, formatWithoutRef),
6042
SymbolDisplay.
ToDisplayParts
(indexer, formatWithoutRef),
6062
SymbolDisplay.
ToDisplayParts
(@delegate, formatWithoutRef),
6072
SymbolDisplay.
ToDisplayParts
(method, formatWithRef),
6089
SymbolDisplay.
ToDisplayParts
(property, formatWithRef),
6108
SymbolDisplay.
ToDisplayParts
(indexer, formatWithRef),
6132
SymbolDisplay.
ToDisplayParts
(@delegate, formatWithRef),
6146
SymbolDisplay.
ToDisplayParts
(method, formatWithoutTypeWithRef),
6516
SymbolDisplay.
ToDisplayParts
(method, format),
7806
Verify(SymbolDisplay.
ToDisplayParts
(semanticModel.GetDeclaredSymbol(structure), format),
8602
Verify(SymbolDisplay.
ToDisplayParts
(type), "<anonymous delegate>",
8605
Verify(SymbolDisplay.
ToDisplayParts
(type, s_fullDelegateFormat), "delegate string <anonymous delegate>(ref int i)",