4 references to GetWriter
System.IdentityModel (4)
System\IdentityModel\CanonicalizationDriver.cs (1)
116
((WrappedReader)reader).XmlTokens.
GetWriter
().WriteTo(writer, new DictionaryManager());
System\IdentityModel\Tokens\Saml2Assertion.cs (1)
215
this.sourceData.
GetWriter
().WriteTo(dictionaryWriter, new DictionaryManager());
System\IdentityModel\Tokens\SamlAssertion.cs (1)
692
this.sourceData.
GetWriter
().WriteTo(dictionaryWriter, null );
System\IdentityModel\WrappedReader.cs (1)
430
this.
GetWriter
().WriteTo(writer, dictionaryManager);