1 write to _attrValueCache
System.Private.Xml (1)
System\Xml\Core\XmlWellFormedWriter.cs (1)
1539
_attrValueCache
??= new AttributeValueCache();
44 references to _attrValueCache
System.Private.Xml (44)
System\Xml\Core\XmlWellFormedWriter.cs (23)
743
Debug.Assert(
_attrValueCache
!= null);
749
value =
_attrValueCache
.StringValue;
757
_attrValueCache
.Replay(_rawWriter);
768
_attrValueCache
.Replay(_writer);
775
value =
_attrValueCache
.StringValue;
794
_attrValueCache
.Replay(_rawWriter);
805
_attrValueCache
.Replay(_writer);
812
_attrValueCache
.Trim();
813
value =
_attrValueCache
.StringValue;
828
_attrValueCache
.Replay(_writer);
832
value =
_attrValueCache
.StringValue;
835
_attrValueCache
.Replay(_writer);
840
_attrValueCache
.Clear();
940
_attrValueCache
!.WriteEntityRef(name);
966
_attrValueCache
!.WriteCharEntity(ch);
992
_attrValueCache
!.WriteSurrogateCharEntity(lowChar, highChar);
1019
_attrValueCache
!.WriteWhitespace(ws);
1045
_attrValueCache
!.WriteString(text);
1071
_attrValueCache
!.WriteChars(buffer, index, count);
1097
_attrValueCache
!.WriteRaw(buffer, index, count);
1123
_attrValueCache
!.WriteRaw(data);
1447
_attrValueCache
!.WriteValue(value);
1469
_attrValueCache
!.WriteValue((string)value);
System\Xml\Core\XmlWellFormedWriterAsync.cs (21)
645
Debug.Assert(
_attrValueCache
!= null);
653
value =
_attrValueCache
.StringValue;
661
await
_attrValueCache
.ReplayAsync(_rawWriter).ConfigureAwait(false);
672
await
_attrValueCache
.ReplayAsync(_writer).ConfigureAwait(false);
680
value =
_attrValueCache
.StringValue;
698
await
_attrValueCache
.ReplayAsync(_rawWriter).ConfigureAwait(false);
709
await
_attrValueCache
.ReplayAsync(_writer).ConfigureAwait(false);
716
_attrValueCache
.Trim();
717
value =
_attrValueCache
.StringValue;
732
await
_attrValueCache
.ReplayAsync(_writer).ConfigureAwait(false);
736
value =
_attrValueCache
.StringValue;
739
await
_attrValueCache
.ReplayAsync(_writer).ConfigureAwait(false);
744
_attrValueCache
.Clear();
841
_attrValueCache
!.WriteEntityRef(name);
867
_attrValueCache
!.WriteCharEntity(ch);
893
_attrValueCache
!.WriteSurrogateCharEntity(lowChar, highChar);
921
_attrValueCache
!.WriteWhitespace(ws);
968
_attrValueCache
!.WriteString(text);
1009
_attrValueCache
!.WriteChars(buffer, index, count);
1035
_attrValueCache
!.WriteRaw(buffer, index, count);
1061
_attrValueCache
!.WriteRaw(data);