2 writes to mimeParts
System.Runtime.Serialization (2)
System\Xml\XmlMtomReader.cs (2)
113this.mimeParts = null; 401mimeParts = new Dictionary<string, MimePart>();
5 references to mimeParts
System.Runtime.Serialization (5)
System\Xml\XmlMtomReader.cs (5)
367if (mimeParts != null && mimeParts.TryGetValue(contentID, out part)) 400if (mimeParts == null) 403mimeParts.Add(currentContentID, currentPart); 405if (mimeParts.Count > maxMimeParts)