2 writes to _mimeParts
System.ServiceModel.Primitives (2)
Internals\System\Xml\XmlMtomReader.cs (2)
163_mimeParts = null; 452_mimeParts = new Dictionary<string, MimePart>();
5 references to _mimeParts
System.ServiceModel.Primitives (5)
Internals\System\Xml\XmlMtomReader.cs (5)
417if (_mimeParts != null && _mimeParts.TryGetValue(contentID, out part)) 451if (_mimeParts == null) 454_mimeParts.Add(currentContentID, currentPart); 456if (_mimeParts.Count > maxMimeParts)