1 write to effectiveWriter
System.IdentityModel (1)
System\IdentityModel\SamlDelegatingWriter.cs (1)
52this.effectiveWriter = XmlDictionaryWriter.CreateBinaryWriter(this.writerStream, this.dictionary);
89 references to effectiveWriter
System.IdentityModel (89)
System\IdentityModel\SamlDelegatingWriter.cs (89)
53this.effectiveWriter.StartCanonicalization(this.canonicalStream, false, null); 54((IFragmentCapableXmlDictionaryWriter)this.effectiveWriter).StartFragment(this.startFragment, false); 64((IFragmentCapableXmlDictionaryWriter)this.effectiveWriter).EndFragment(); 66((IFragmentCapableXmlDictionaryWriter)this.effectiveWriter).StartFragment(this.endFragment, false); 67this.effectiveWriter.WriteEndElement(); 68((IFragmentCapableXmlDictionaryWriter)this.effectiveWriter).EndFragment(); 70this.effectiveWriter.EndCanonicalization(); 73((IFragmentCapableXmlDictionaryWriter)this.effectiveWriter).StartFragment(this.signatureFragment, false); 81this.effectiveWriter.WriteEndElement(); 82((IFragmentCapableXmlDictionaryWriter)this.effectiveWriter).EndFragment(); 84((IFragmentCapableXmlDictionaryWriter)this.effectiveWriter).WriteFragment(this.startFragment.GetBuffer(), 0, (int)this.startFragment.Length); 85((IFragmentCapableXmlDictionaryWriter)this.effectiveWriter).WriteFragment(this.signatureFragment.GetBuffer(), 0, (int)this.signatureFragment.Length); 86((IFragmentCapableXmlDictionaryWriter)this.effectiveWriter).WriteFragment(this.endFragment.GetBuffer(), 0, (int)this.endFragment.Length); 101this.effectiveWriter.Close(); 105this.effectiveWriter.WriteEndElement(); 111this.effectiveWriter.Close(); 116this.effectiveWriter.Flush(); 121this.effectiveWriter.WriteArray(prefix, localName, namespaceUri, array, offset, count); 126this.effectiveWriter.WriteArray(prefix, localName, namespaceUri, array, offset, count); 131this.effectiveWriter.WriteArray(prefix, localName, namespaceUri, array, offset, count); 136this.effectiveWriter.WriteArray(prefix, localName, namespaceUri, array, offset, count); 141this.effectiveWriter.WriteArray(prefix, localName, namespaceUri, array, offset, count); 146this.effectiveWriter.WriteArray(prefix, localName, namespaceUri, array, offset, count); 151this.effectiveWriter.WriteArray(prefix, localName, namespaceUri, array, offset, count); 156this.effectiveWriter.WriteArray(prefix, localName, namespaceUri, array, offset, count); 161this.effectiveWriter.WriteArray(prefix, localName, namespaceUri, array, offset, count); 166this.effectiveWriter.WriteArray(prefix, localName, namespaceUri, array, offset, count); 171this.effectiveWriter.WriteArray(prefix, localName, namespaceUri, array, offset, count); 176this.effectiveWriter.WriteArray(prefix, localName, namespaceUri, array, offset, count); 181this.effectiveWriter.WriteArray(prefix, localName, namespaceUri, array, offset, count); 186this.effectiveWriter.WriteArray(prefix, localName, namespaceUri, array, offset, count); 191this.effectiveWriter.WriteArray(prefix, localName, namespaceUri, array, offset, count); 196this.effectiveWriter.WriteArray(prefix, localName, namespaceUri, array, offset, count); 201this.effectiveWriter.WriteArray(prefix, localName, namespaceUri, array, offset, count); 206this.effectiveWriter.WriteArray(prefix, localName, namespaceUri, array, offset, count); 211this.effectiveWriter.WriteArray(prefix, localName, namespaceUri, array, offset, count); 216this.effectiveWriter.WriteArray(prefix, localName, namespaceUri, array, offset, count); 221this.effectiveWriter.WriteAttributes(reader, defattr); 226this.effectiveWriter.WriteBase64(buffer, index, count); 231this.effectiveWriter.WriteBinHex(buffer, index, count); 236this.effectiveWriter.WriteCData(text); 241this.effectiveWriter.WriteCharEntity(ch); 246this.effectiveWriter.WriteChars(buffer, index, count); 251this.effectiveWriter.WriteComment(text); 256this.effectiveWriter.WriteDocType(name, pubid, sysid, subset); 261this.effectiveWriter.WriteEndAttribute(); 266this.effectiveWriter.WriteEndDocument(); 276this.effectiveWriter.WriteEntityRef(name); 281this.effectiveWriter.WriteFullEndElement(); 286this.effectiveWriter.WriteName(name); 291this.effectiveWriter.WriteNmToken(name); 296this.effectiveWriter.WriteNode(reader, defattr); 301this.effectiveWriter.WriteNode(reader, defattr); 306this.effectiveWriter.WriteNode(navigator, defattr); 311this.effectiveWriter.WriteProcessingInstruction(name, text); 316this.effectiveWriter.WriteQualifiedName(localName, ns); 321this.effectiveWriter.WriteQualifiedName(localName, namespaceUri); 326this.effectiveWriter.WriteRaw(buffer, index, count); 331this.effectiveWriter.WriteRaw(data); 336this.effectiveWriter.WriteStartAttribute(prefix, localName, ns); 341this.effectiveWriter.WriteStartAttribute(prefix, localName, namespaceUri); 346this.effectiveWriter.WriteStartDocument(); 351this.effectiveWriter.WriteStartDocument(standalone); 357this.effectiveWriter.WriteStartElement(prefix, localName, ns); 363this.effectiveWriter.WriteStartElement(prefix, localName, namespaceUri); 368get { return this.effectiveWriter.WriteState; } 373this.effectiveWriter.WriteString(text); 378this.effectiveWriter.WriteString(value); 383this.effectiveWriter.WriteSurrogateCharEntity(lowChar, highChar); 388this.effectiveWriter.WriteValue(value); 393this.effectiveWriter.WriteValue(value); 398this.effectiveWriter.WriteValue(value); 403this.effectiveWriter.WriteValue(value); 408this.effectiveWriter.WriteValue(value); 413this.effectiveWriter.WriteValue(value); 418this.effectiveWriter.WriteValue(value); 423this.effectiveWriter.WriteValue(value); 428this.effectiveWriter.WriteValue(value); 433this.effectiveWriter.WriteValue(value); 438this.effectiveWriter.WriteValue(value); 443this.effectiveWriter.WriteValue(value); 448this.effectiveWriter.WriteValue(value); 453this.effectiveWriter.WriteValue(value); 458this.effectiveWriter.WriteWhitespace(ws); 463this.effectiveWriter.WriteXmlAttribute(localName, value); 468this.effectiveWriter.WriteXmlAttribute(localName, value); 473this.effectiveWriter.WriteXmlnsAttribute(prefix, namespaceUri); 478this.effectiveWriter.WriteXmlnsAttribute(prefix, namespaceUri); 483return this.effectiveWriter.LookupPrefix(ns);