3 writes to _importedPartDescription
System.Web (3)
UI\WebParts\ImportCatalogPart.cs (3)
337_importedPartDescription = null; 359_importedPartDescription = (string)myState[importedPartDescriptionIndex]; 383_importedPartDescription = sr.ReadToEnd();
6 references to _importedPartDescription
System.Web (6)
UI\WebParts\ImportCatalogPart.cs (6)
167if (WebPartManager == null || String.IsNullOrEmpty(_importedPartDescription)) { 187using (StringReader sr = new StringReader(_importedPartDescription)) { 329using (XmlReader reader = XmlUtils.CreateXmlReader(new StringReader(_importedPartDescription))) { 390if (String.IsNullOrEmpty(_importedPartDescription)) { 411myState[importedPartDescriptionIndex] = _importedPartDescription; 465if (_importedPartDescription != null || _importErrorMessage != null || DesignMode) {