2 writes to boolValue_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
TestObjects\ProtobutMessages\WrappersMessage.cs (2)
100boolValue_ = other.boolValue_ != null ? other.boolValue_.Clone() : null; 194boolValue_ = value;
9 references to boolValue_
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
TestObjects\ProtobutMessages\WrappersMessage.cs (9)
100boolValue_ = other.boolValue_ != null ? other.boolValue_.Clone() : null; 191get { return boolValue_; } 281if (boolValue_ != null) hash ^= BoolValue.GetHashCode(); 378if (boolValue_ != null) 430if (boolValue_ != null) 501if (other.boolValue_ != null) 503if (boolValue_ == null) 686if (boolValue_ == null)