1 write to _eventCache
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
41
_eventCache
= new XmlEventCache(string.Empty, true);
9 references to _eventCache
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (9)
116
_eventCache
.WriteCData(text);
122
_eventCache
.WriteComment(text);
130
_eventCache
.WriteProcessingInstruction(name, text);
138
_eventCache
.WriteWhitespace(ws);
148
_eventCache
.WriteString(text);
166
_eventCache
.WriteRaw(data);
288
_eventCache
.NamespaceResolver = value;
432
_eventCache
.EndEvents();
433
_eventCache
.EventsToWriter(_wrapped);