10 writes to _currentContainer
System.Private.Xml.Linq (10)
System\Xml\Linq\XContainer.cs (10)
909_currentContainer = rootContainer; 914_currentContainer = rootContainer; 991_currentContainer = e; 997_currentContainer = _currentContainer.parent!; 1052_currentContainer = e; 1058_currentContainer = _currentContainer.parent!; 1132_currentContainer = e; 1156_currentContainer = _currentContainer.parent!; 1256_currentContainer = e; 1280_currentContainer = _currentContainer.parent!;
34 references to _currentContainer
System.Private.Xml.Linq (34)
System\Xml\Linq\XContainer.cs (34)
951_currentContainer.AddStringSkipNotify(buffer.ToString()); 958_currentContainer.AddStringSkipNotify(_textValue); 988_currentContainer.AddNodeSkipNotify(e); 995_currentContainer.content ??= string.Empty; 996if (_currentContainer == rootContainer) return false; 997_currentContainer = _currentContainer.parent!; 1000_currentContainer.AddNodeSkipNotify(new XCData(r.Value)); 1003_currentContainer.AddNodeSkipNotify(new XComment(r.Value)); 1006_currentContainer.AddNodeSkipNotify(new XProcessingInstruction(r.Name, r.Value)); 1009_currentContainer.AddNodeSkipNotify(new XDocumentType(r.LocalName, r.GetAttribute("PUBLIC"), r.GetAttribute("SYSTEM"), r.Value)); 1049_currentContainer.AddNodeSkipNotify(e); 1056_currentContainer.content ??= string.Empty; 1057if (_currentContainer == rootContainer) return false; 1058_currentContainer = _currentContainer.parent!; 1061_currentContainer.AddNodeSkipNotify(new XCData(await r.GetValueAsync().ConfigureAwait(false))); 1064_currentContainer.AddNodeSkipNotify(new XComment(await r.GetValueAsync().ConfigureAwait(false))); 1067_currentContainer.AddNodeSkipNotify(new XProcessingInstruction(r.Name, await r.GetValueAsync().ConfigureAwait(false))); 1070_currentContainer.AddNodeSkipNotify(new XDocumentType(r.LocalName, r.GetAttribute("PUBLIC"), r.GetAttribute("SYSTEM"), await r.GetValueAsync().ConfigureAwait(false))); 1129_currentContainer.AddNodeSkipNotify(e); 1142_currentContainer.content ??= string.Empty; 1145XElement? e = _currentContainer as XElement; 1151if (_currentContainer == rootContainer) return false; 1152if (_baseUri != null && _currentContainer.HasBaseUri) 1154_baseUri = _currentContainer.parent!.BaseUri; 1156_currentContainer = _currentContainer.parent!; 1200_currentContainer.AddNodeSkipNotify(newNode); 1253_currentContainer.AddNodeSkipNotify(e); 1266_currentContainer.content ??= string.Empty; 1269XElement? e = _currentContainer as XElement; 1275if (_currentContainer == rootContainer) return false; 1276if (_baseUri != null && _currentContainer.HasBaseUri) 1278_baseUri = _currentContainer.parent!.BaseUri; 1280_currentContainer = _currentContainer.parent!; 1324_currentContainer.AddNodeSkipNotify(newNode);