1 write to _fLong
Microsoft.ML.Tests (1)
CollectionsDataViewTest.cs (1)
213
public long? LongProp { get { return _fLong; } set {
_fLong
= value; } }
1 reference to _fLong
Microsoft.ML.Tests (1)
CollectionsDataViewTest.cs (1)
213
public long? LongProp { get { return
_fLong
; } set { _fLong = value; } }