3 writes to resolver
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (1)
94
this.
resolver
= value;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
285
this.
resolver
= value;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlRawWriter.cs (1)
241
resolver
= value;
5 references to resolver
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (1)
90
return this.
resolver
;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
281
return this.
resolver
;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEventCache.cs (1)
436
WriteString(XmlUntypedConverter.Untyped.ToString(value, this.
resolver
));
FrameworkFork\Microsoft.Xml\Xml\Core\XmlRawWriter.cs (2)
196
WriteString(XmlUntypedConverter.Untyped.ToString(value,
resolver
));
237
return
resolver
;