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