1 write to _fInt
Microsoft.ML.Tests (1)
CollectionsDataViewTest.cs (1)
210public int? IntProp { get { return _fInt; } set { _fInt = value; } }
1 reference to _fInt
Microsoft.ML.Tests (1)
CollectionsDataViewTest.cs (1)
210public int? IntProp { get { return _fInt; } set { _fInt = value; } }