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;
996
if (
_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;
1057
if (
_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;
1145
XElement? e =
_currentContainer
as XElement;
1151
if (
_currentContainer
== rootContainer) return false;
1152
if (_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;
1269
XElement? e =
_currentContainer
as XElement;
1275
if (
_currentContainer
== rootContainer) return false;
1276
if (_baseUri != null &&
_currentContainer
.HasBaseUri)
1278
_baseUri =
_currentContainer
.parent!.BaseUri;
1280
_currentContainer =
_currentContainer
.parent!;
1324
_currentContainer
.AddNodeSkipNotify(newNode);