4 references to ToObject
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\Conversions.vb (1)
2397If IsEnum(TargetType) Then Return [Enum].ToObject(TargetType, Expression)
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
2741_valueObject = Enum.ToObject(propertyType, enumBits);
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\TypeOperations.cs (1)
432frame.Push(Enum.ToObject(_t, (uint)from));
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Enum.cs (1)
2204case TypeCode.UInt32: return ToObject(enumType, (uint)value);