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