1 override of AddExplicitlyCastedLiteralValue
Microsoft.CodeAnalysis.CSharp (1)
SymbolDisplay\SymbolDisplayVisitor_Constants.cs (1)
34protected override void AddExplicitlyCastedLiteralValue(INamedTypeSymbol namedType, SpecialType type, object value)
2 references to AddExplicitlyCastedLiteralValue
Microsoft.CodeAnalysis (2)
SymbolDisplay\AbstractSymbolDisplayVisitor.cs (2)
306AddExplicitlyCastedLiteralValue(enumType, underlyingSpecialType, constantValue); 352AddExplicitlyCastedLiteralValue(enumType, underlyingSpecialType, constantValue);