1 write to attrValueCache
System.Xml (1)
System\Xml\Core\XmlWellFormedWriter.cs (1)
1351
attrValueCache
= new AttributeValueCache();
43 references to attrValueCache
System.Xml (43)
System\Xml\Core\XmlWellFormedWriter.cs (23)
676
value =
attrValueCache
.StringValue;
681
attrValueCache
.Replay(rawWriter);
690
attrValueCache
.Replay(writer);
697
value =
attrValueCache
.StringValue;
708
attrValueCache
.Replay(rawWriter);
717
attrValueCache
.Replay(writer);
724
attrValueCache
.Trim();
725
value =
attrValueCache
.StringValue;
737
attrValueCache
.Replay(writer);
741
value =
attrValueCache
.StringValue;
744
attrValueCache
.Replay(writer);
749
attrValueCache
.Clear();
840
attrValueCache
.WriteEntityRef(name);
860
attrValueCache
.WriteCharEntity(ch);
880
attrValueCache
.WriteSurrogateCharEntity(lowChar, highChar);
903
attrValueCache
.WriteWhitespace(ws);
923
attrValueCache
.WriteString(text);
952
attrValueCache
.WriteChars(buffer, index, count);
981
attrValueCache
.WriteRaw(buffer, index, count);
1001
attrValueCache
.WriteRaw(data);
1265
attrValueCache
.WriteValue(value);
1282
attrValueCache
.WriteValue((string)value);
1350
if (
attrValueCache
== null) {
System\Xml\Core\XmlWellFormedWriterAsync.cs (20)
531
value =
attrValueCache
.StringValue;
536
await
attrValueCache
.ReplayAsync(rawWriter).ConfigureAwait(false);
545
await
attrValueCache
.ReplayAsync(writer).ConfigureAwait(false);
552
value =
attrValueCache
.StringValue;
563
await
attrValueCache
.ReplayAsync(rawWriter).ConfigureAwait(false);
572
await
attrValueCache
.ReplayAsync(writer).ConfigureAwait(false);
579
attrValueCache
.Trim();
580
value =
attrValueCache
.StringValue;
592
await
attrValueCache
.ReplayAsync(writer).ConfigureAwait(false);
596
value =
attrValueCache
.StringValue;
599
await
attrValueCache
.ReplayAsync(writer).ConfigureAwait(false);
604
attrValueCache
.Clear();
691
attrValueCache
.WriteEntityRef(name);
711
attrValueCache
.WriteCharEntity(ch);
731
attrValueCache
.WriteSurrogateCharEntity(lowChar, highChar);
754
attrValueCache
.WriteWhitespace(ws);
791
attrValueCache
.WriteString(text);
832
attrValueCache
.WriteChars(buffer, index, count);
861
attrValueCache
.WriteRaw(buffer, index, count);
881
attrValueCache
.WriteRaw(data);