28 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 (25)
SymbolDisplay\SymbolDisplayTests.cs (25)
4676
var parts = Microsoft.CodeAnalysis.CSharp.SymbolDisplay.
ToDisplayParts
(goo, format);
5457
SymbolDisplay.
ToDisplayParts
(model.GetSymbolInfo(actualThis).Symbol, SymbolDisplayFormat.MinimallyQualifiedFormat),
5467
SymbolDisplay.
ToDisplayParts
(model.GetSymbolInfo(escapedThis).Symbol, SymbolDisplayFormat.MinimallyQualifiedFormat),
5523
SymbolDisplay.
ToDisplayParts
(method, formatWithoutRef),
5536
SymbolDisplay.
ToDisplayParts
(property, formatWithoutRef),
5551
SymbolDisplay.
ToDisplayParts
(indexer, formatWithoutRef),
5569
SymbolDisplay.
ToDisplayParts
(@delegate, formatWithoutRef),
5579
SymbolDisplay.
ToDisplayParts
(method, formatWithRef),
5594
SymbolDisplay.
ToDisplayParts
(property, formatWithRef),
5611
SymbolDisplay.
ToDisplayParts
(indexer, formatWithRef),
5631
SymbolDisplay.
ToDisplayParts
(@delegate, formatWithRef),
5643
SymbolDisplay.
ToDisplayParts
(method, formatWithoutTypeWithRef),
5727
SymbolDisplay.
ToDisplayParts
(method, formatWithoutRef),
5740
SymbolDisplay.
ToDisplayParts
(property, formatWithoutRef),
5755
SymbolDisplay.
ToDisplayParts
(indexer, formatWithoutRef),
5775
SymbolDisplay.
ToDisplayParts
(@delegate, formatWithoutRef),
5785
SymbolDisplay.
ToDisplayParts
(method, formatWithRef),
5802
SymbolDisplay.
ToDisplayParts
(property, formatWithRef),
5821
SymbolDisplay.
ToDisplayParts
(indexer, formatWithRef),
5845
SymbolDisplay.
ToDisplayParts
(@delegate, formatWithRef),
5859
SymbolDisplay.
ToDisplayParts
(method, formatWithoutTypeWithRef),
6229
SymbolDisplay.
ToDisplayParts
(method, format),
7519
Verify(SymbolDisplay.
ToDisplayParts
(semanticModel.GetDeclaredSymbol(structure), format),
8315
Verify(SymbolDisplay.
ToDisplayParts
(type), "<anonymous delegate>",
8318
Verify(SymbolDisplay.
ToDisplayParts
(type, s_fullDelegateFormat), "delegate string <anonymous delegate>(ref int i)",