1 write to _attrValueCache
System.Private.Xml (1)
System\Xml\Core\XmlWellFormedWriter.cs (1)
1536
_attrValueCache
??= new AttributeValueCache();
44 references to _attrValueCache
System.Private.Xml (44)
System\Xml\Core\XmlWellFormedWriter.cs (23)
740
Debug.Assert(
_attrValueCache
!= null);
746
value =
_attrValueCache
.StringValue;
754
_attrValueCache
.Replay(_rawWriter);
765
_attrValueCache
.Replay(_writer);
772
value =
_attrValueCache
.StringValue;
791
_attrValueCache
.Replay(_rawWriter);
802
_attrValueCache
.Replay(_writer);
809
_attrValueCache
.Trim();
810
value =
_attrValueCache
.StringValue;
825
_attrValueCache
.Replay(_writer);
829
value =
_attrValueCache
.StringValue;
832
_attrValueCache
.Replay(_writer);
837
_attrValueCache
.Clear();
937
_attrValueCache
!.WriteEntityRef(name);
963
_attrValueCache
!.WriteCharEntity(ch);
989
_attrValueCache
!.WriteSurrogateCharEntity(lowChar, highChar);
1016
_attrValueCache
!.WriteWhitespace(ws);
1042
_attrValueCache
!.WriteString(text);
1068
_attrValueCache
!.WriteChars(buffer, index, count);
1094
_attrValueCache
!.WriteRaw(buffer, index, count);
1120
_attrValueCache
!.WriteRaw(data);
1444
_attrValueCache
!.WriteValue(value);
1466
_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);