1 write to _int32
System.Console (1)
System\TermInfo.cs (1)
439
_int32
= intValue;
2 references to _int32
System.Console (2)
System\TermInfo.cs (2)
456
public int Int32 { get { return
_int32
; } }
462
public object Object { get { return _string ?? (object)
_int32
; } }