1 instantiation of XmlEventCache
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
41
_eventCache = new
XmlEventCache
(string.Empty, true);
1 reference to XmlEventCache
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
25
private
XmlEventCache
_eventCache; // Cache up events until first StartElement is encountered