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