3 writes to Int32Value
Sandbox (3)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (3)
1745Int32Value = other.Int32Value; 2066Int32Value = other.Int32Value; 2207Int32Value = value;
8 references to Int32Value
Sandbox (8)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (8)
1745Int32Value = other.Int32Value; 1904if (Int32Value != other.Int32Value) return false; 1920if (int32Value_ != null) hash ^= Int32Value.GetHashCode(); 1987_single_int32Value_codec.WriteTagAndValue(ref output, Int32Value); 2024size += _single_int32Value_codec.CalculateSizeWithTag(Int32Value); 2065if (int32Value_ == null || other.Int32Value != 0) { 2066Int32Value = other.Int32Value;