2 writes to Denotation
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
4252Denotation = other.Denotation; 4290Denotation = input.ReadString();
10 references to Denotation
Microsoft.ML.OnnxTransformer (10)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (10)
4170if (Denotation != other.Denotation) return false; 4181if (Denotation.Length != 0) hash ^= Denotation.GetHashCode(); 4209if (Denotation.Length != 0) 4212output.WriteString(Denotation); 4232if (Denotation.Length != 0) 4234size += 1 + pb::CodedOutputStream.ComputeStringSize(Denotation); 4250if (other.Denotation.Length != 0) 4252Denotation = other.Denotation;