Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 240289
Collapse All | Expand All

(-)mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs (-1 / +1 lines)
Lines 177-183 Link Here
177
				foreach (OperationMessage om in op.Messages) {
177
				foreach (OperationMessage om in op.Messages) {
178
					Message msg = ctx.Services.GetMessage (om.Message);
178
					Message msg = ctx.Services.GetMessage (om.Message);
179
					foreach (MessagePart part in msg.Parts)
179
					foreach (MessagePart part in msg.Parts)
180
						parts.Add (part,part);
180
						parts [part] = part; // do not use Add() - there could be the same MessagePart instance.
181
				}
181
				}
182
			}
182
			}
183
			
183
			

Return to bug 240289