Lines Matching refs:field
182 /// Tries to merge a field from the coded input, returning true if the field was merged.
183 /// If the set is null or the field was not otherwise merged, this returns false.
199 /// Tries to merge a field from the coded input, returning true if the field was merged.
200 /// If the set is null or the field was not otherwise merged, this returns false.
292 foreach (KeyValuePair<int, IExtensionValue> field in ValuesByNumber)
294 // Use ^ here to make the field order irrelevant.
295 int hash = field.Key.GetHashCode() ^ field.Value.GetHashCode();