10 writes to _currentContainer
System.Private.Xml.Linq (10)
System\Xml\Linq\XContainer.cs (10)
891_currentContainer = rootContainer; 896_currentContainer = rootContainer; 918_currentContainer = e; 924_currentContainer = _currentContainer.parent!; 974_currentContainer = e; 980_currentContainer = _currentContainer.parent!; 1045_currentContainer = e; 1069_currentContainer = _currentContainer.parent!; 1161_currentContainer = e; 1185_currentContainer = _currentContainer.parent!;
36 references to _currentContainer
System.Private.Xml.Linq (36)
System\Xml\Linq\XContainer.cs (36)
915_currentContainer.AddNodeSkipNotify(e); 922_currentContainer.content ??= string.Empty; 923if (_currentContainer == rootContainer) return false; 924_currentContainer = _currentContainer.parent!; 929_currentContainer.AddStringSkipNotify(r.Value); 932_currentContainer.AddNodeSkipNotify(new XCData(r.Value)); 935_currentContainer.AddNodeSkipNotify(new XComment(r.Value)); 938_currentContainer.AddNodeSkipNotify(new XProcessingInstruction(r.Name, r.Value)); 941_currentContainer.AddNodeSkipNotify(new XDocumentType(r.LocalName, r.GetAttribute("PUBLIC"), r.GetAttribute("SYSTEM"), r.Value)); 971_currentContainer.AddNodeSkipNotify(e); 978_currentContainer.content ??= string.Empty; 979if (_currentContainer == rootContainer) return false; 980_currentContainer = _currentContainer.parent!; 985_currentContainer.AddStringSkipNotify(await r.GetValueAsync().ConfigureAwait(false)); 988_currentContainer.AddNodeSkipNotify(new XCData(await r.GetValueAsync().ConfigureAwait(false))); 991_currentContainer.AddNodeSkipNotify(new XComment(await r.GetValueAsync().ConfigureAwait(false))); 994_currentContainer.AddNodeSkipNotify(new XProcessingInstruction(r.Name, await r.GetValueAsync().ConfigureAwait(false))); 997_currentContainer.AddNodeSkipNotify(new XDocumentType(r.LocalName, r.GetAttribute("PUBLIC"), r.GetAttribute("SYSTEM"), await r.GetValueAsync().ConfigureAwait(false))); 1042_currentContainer.AddNodeSkipNotify(e); 1055_currentContainer.content ??= string.Empty; 1058XElement? e = _currentContainer as XElement; 1064if (_currentContainer == rootContainer) return false; 1065if (_baseUri != null && _currentContainer.HasBaseUri) 1067_baseUri = _currentContainer.parent!.BaseUri; 1069_currentContainer = _currentContainer.parent!; 1082_currentContainer.AddStringSkipNotify(r.Value); 1119_currentContainer.AddNodeSkipNotify(newNode); 1158_currentContainer.AddNodeSkipNotify(e); 1171_currentContainer.content ??= string.Empty; 1174XElement? e = _currentContainer as XElement; 1180if (_currentContainer == rootContainer) return false; 1181if (_baseUri != null && _currentContainer.HasBaseUri) 1183_baseUri = _currentContainer.parent!.BaseUri; 1185_currentContainer = _currentContainer.parent!; 1198_currentContainer.AddStringSkipNotify(await r.GetValueAsync().ConfigureAwait(false)); 1235_currentContainer.AddNodeSkipNotify(newNode);