Home
last modified time | relevance | path

Searched refs:s_Decimal (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Interpreter/
H A DTypeOperations.cs256 …private static CastInstruction s_Boolean, s_Byte, s_Char, s_DateTime, s_Decimal, s_Double, s_Int16… field in System.Linq.Expressions.Interpreter.CastInstruction
358 … case TypeCode.Decimal: return s_Decimal ?? (s_Decimal = new CastInstructionT<decimal>()); in Create()