1 write to utf8Writer
System.IdentityModel (1)
System\IdentityModel\SignatureResourcePool.cs (1)
118
this.
utf8Writer
= XmlDictionaryWriter.CreateTextWriter(Stream.Null, Encoding.UTF8, false);
3 references to utf8Writer
System.IdentityModel (3)
System\IdentityModel\SignatureResourcePool.cs (3)
116
if (this.
utf8Writer
== null)
122
((IXmlTextWriterInitializer) this.
utf8Writer
).SetOutput(Stream.Null, Encoding.UTF8, false);
124
return this.
utf8Writer
;