1 override of AddLiteralValue
Microsoft.CodeAnalysis.CSharp (1)
SymbolDisplay\SymbolDisplayVisitor_Constants.cs (1)
42
protected override void
AddLiteralValue
(SpecialType type, object value)
3 references to AddLiteralValue
Microsoft.CodeAnalysis (3)
SymbolDisplay\AbstractSymbolDisplayVisitor.cs (3)
148
AddLiteralValue
(type.SpecialType, constantValue);
165
AddLiteralValue
(enumType.EnumUnderlyingType.SpecialType, constantValue);
290
AddLiteralValue
(underlyingSpecialType, constantValue);