1 write to _floatValue
UnitTests.Common (1)
TestTypes.cs (1)
470
set {
_floatValue
= value; }
4 references to _floatValue
UnitTests.Common (4)
TestTypes.cs (4)
469
get { return
_floatValue
; }
575
if (
_floatValue
!= other.
_floatValue
) { return false; }
615
sb.AppendLine("FloatValue: " +
_floatValue
);