2 writes to DocString
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
3234DocString = other.DocString; 3328DocString = input.ReadString();
10 references to DocString
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
3074if (DocString != other.DocString) return false; 3095if (DocString.Length != 0) hash ^= DocString.GetHashCode(); 3144if (DocString.Length != 0) 3147output.WriteString(DocString); 3182if (DocString.Length != 0) 3184size += 1 + pb::CodedOutputStream.ComputeStringSize(DocString); 3232if (other.DocString.Length != 0) 3234DocString = other.DocString;