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