2 writes to floatValue_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
TestObjects\ProtobutMessages\WrappersMessage.cs (2)
98floatValue_ = other.floatValue_ != null ? other.floatValue_.Clone() : null; 166floatValue_ = value;
9 references to floatValue_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
TestObjects\ProtobutMessages\WrappersMessage.cs (9)
98floatValue_ = other.floatValue_ != null ? other.floatValue_.Clone() : null; 163get { return floatValue_; } 279if (floatValue_ != null) hash ^= FloatValue.GetHashCode(); 368if (floatValue_ != null) 422if (floatValue_ != null) 485if (other.floatValue_ != null) 487if (floatValue_ == null) 668if (floatValue_ == null)