3 writes to StringValue
Sandbox (3)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (3)
1744StringValue = other.StringValue; 2061StringValue = other.StringValue; 2200StringValue = value;
8 references to StringValue
Sandbox (8)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (8)
1744StringValue = other.StringValue; 1903if (StringValue != other.StringValue) return false; 1919if (stringValue_ != null) hash ^= StringValue.GetHashCode(); 1984_single_stringValue_codec.WriteTagAndValue(ref output, StringValue); 2021size += _single_stringValue_codec.CalculateSizeWithTag(StringValue); 2060if (stringValue_ == null || other.StringValue != "") { 2061StringValue = other.StringValue;