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