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