1 write to _attrValueCache
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
1638
_attrValueCache
= new AttributeValueCache();
23 references to _attrValueCache
dotnet-svcutil-lib (23)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (23)
779
value =
_attrValueCache
.StringValue;
787
_attrValueCache
.Replay(_rawWriter);
798
_attrValueCache
.Replay(_writer);
805
value =
_attrValueCache
.StringValue;
821
_attrValueCache
.Replay(_rawWriter);
832
_attrValueCache
.Replay(_writer);
839
_attrValueCache
.Trim();
840
value =
_attrValueCache
.StringValue;
855
_attrValueCache
.Replay(_writer);
859
value =
_attrValueCache
.StringValue;
862
_attrValueCache
.Replay(_writer);
867
_attrValueCache
.Clear();
982
_attrValueCache
.WriteEntityRef(name);
1008
_attrValueCache
.WriteCharEntity(ch);
1034
_attrValueCache
.WriteSurrogateCharEntity(lowChar, highChar);
1064
_attrValueCache
.WriteWhitespace(ws);
1090
_attrValueCache
.WriteString(text);
1128
_attrValueCache
.WriteChars(buffer, index, count);
1166
_attrValueCache
.WriteRaw(buffer, index, count);
1192
_attrValueCache
.WriteRaw(data);
1533
_attrValueCache
.WriteValue(value);
1555
_attrValueCache
.WriteValue((string)value);
1636
if (
_attrValueCache
== null)