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)
779value = _attrValueCache.StringValue; 787_attrValueCache.Replay(_rawWriter); 798_attrValueCache.Replay(_writer); 805value = _attrValueCache.StringValue; 821_attrValueCache.Replay(_rawWriter); 832_attrValueCache.Replay(_writer); 839_attrValueCache.Trim(); 840value = _attrValueCache.StringValue; 855_attrValueCache.Replay(_writer); 859value = _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); 1636if (_attrValueCache == null)