104.
Where static variables are stored in memory
View Description
Static variable is stored on the heap, regardless of whether it's declared within a reference type or a value type