18 types derived from XmlWriter
SMDiagnostics (1)
System\ServiceModel\Diagnostics\PlainXmlWriter.cs (1)
16internal class PlainXmlWriter : XmlWriter
System.Data (1)
fx\src\data\System\Data\xmlsaver.cs (1)
2694internal sealed class DataTextWriter : XmlWriter {
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
38public sealed class XmlQueryOutput : XmlWriter {
System.Runtime.Serialization (2)
System\Runtime\Serialization\XmlSerializableWriter.cs (1)
9internal class XmlSerializableWriter : XmlWriter
System\Xml\XmlDictionaryWriter.cs (1)
19public abstract class XmlDictionaryWriter : XmlWriter
System.Transactions (1)
System\Transactions\Trace\PlainXmlWriter.cs (1)
25internal class PlainXmlWriter : XmlWriter
System.Xml (11)
System\Xml\Core\QueryOutputWriterV1.cs (1)
27internal class QueryOutputWriterV1 : XmlWriter {
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
10internal class XmlAsyncCheckWriter : XmlWriter {
System\Xml\Core\XmlRawWriter.cs (1)
46internal abstract partial class XmlRawWriter : XmlWriter {
System\Xml\Core\XmlRawWriterAsync.cs (1)
41internal abstract partial class XmlRawWriter : XmlWriter {
System\Xml\Core\XmlTextWriter.cs (1)
36public class XmlTextWriter : XmlWriter {
System\Xml\Core\XmlWellFormedWriter.cs (1)
22internal partial class XmlWellFormedWriter : XmlWriter {
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
18internal partial class XmlWellFormedWriter : XmlWriter {
System\Xml\Core\XmlWellFormedWriterHelpers.cs (1)
16internal partial class XmlWellFormedWriter : XmlWriter {
System\Xml\Core\XmlWellFormedWriterHelpersAsync.cs (1)
11internal partial class XmlWellFormedWriter : XmlWriter {
System\Xml\Core\XmlWrappingWriter.cs (1)
49internal partial class XmlWrappingWriter : XmlWriter {
System\Xml\Core\XmlWrappingWriterAsync.cs (1)
12internal partial class XmlWrappingWriter : XmlWriter {
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
7867internal class XNodeBuilder : XmlWriter
1237 references to XmlWriter
PresentationFramework (34)
src\Framework\MS\Internal\Annotations\Serializer.cs (1)
71public void Serialize(XmlWriter writer, object obj)
src\Framework\System\Windows\Annotations\Annotation.cs (1)
204public void WriteXml(XmlWriter writer)
src\Framework\System\Windows\Annotations\AnnotationResource.cs (1)
131public void WriteXml(XmlWriter writer)
src\Framework\System\Windows\Annotations\LocatorGroup.cs (1)
111public void WriteXml(XmlWriter writer)
src\Framework\System\Windows\Annotations\LocatorPartList.cs (1)
170public void WriteXml(XmlWriter writer)
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
990XmlWriter writer = editor.AppendChild(); 996XmlWriter writer = editor.InsertBefore();
src\Framework\System\Windows\Controls\AccessText.cs (1)
542internal static void SerializeCustom(XmlWriter xmlWriter, object o)
src\Framework\System\Windows\Data\XmlDataProvider.cs (1)
403public void WriteXml(XmlWriter writer)
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (16)
40internal static void WriteXaml(XmlWriter xmlWriter, ITextRange range, bool useFlowDocumentAsRoot, WpfPayload wpfPayload) 65internal static void WriteXaml(XmlWriter xmlWriter, ITextRange range, bool useFlowDocumentAsRoot, WpfPayload wpfPayload, bool preserveTextElements) 201private static void WriteXamlTextSegment(XmlWriter xmlWriter, ITextPointer rangeStart, ITextPointer rangeEnd, XamlTypeMapper xamlTypeMapper, ref int elementLevel, WpfPayload wpfPayload, bool ignoreWriteHyperlinkEnd, List<int> ignoreList, bool preserveTextElements) 346private static void WriteXamlTableCellRange(XmlWriter xmlWriter, ITextRange range, XamlTypeMapper xamlTypeMapper, ref int elementLevel, WpfPayload wpfPayload, bool preserveTextElements) 427private static int WriteOpeningTags(ITextRange range, ITextPointer thisElement, ITextPointer scope, XmlWriter xmlWriter, XamlTypeMapper xamlTypeMapper, bool reduceElement, out bool ignoreWriteHyperlinkEnd, ref List<int> ignoreList, bool preserveTextElements) 547private static void WriteStartXamlElement(ITextRange range, ITextPointer textReader, XmlWriter xmlWriter, XamlTypeMapper xamlTypeMapper, bool reduceElement, bool preserveTextElements) 612private static void WriteTableColumnsInformation(ITextRange range, Table table, XmlWriter xmlWriter, XamlTypeMapper xamlTypeMapper) 657private static void WriteRootFlowDocument(ITextRange range, ITextPointer context, XmlWriter xmlWriter, XamlTypeMapper xamlTypeMapper, bool lastParagraphMustBeMerged, bool useFlowDocumentAsRoot) 735private static void WriteInheritablePropertiesForFlowDocument(DependencyObject context, XmlWriter xmlWriter, DependencyObject complexProperties) 776private static void WriteInheritableProperties(Type elementTypeStandardized, ITextPointer context, XmlWriter xmlWriter, bool onlyAffected, DependencyObject complexProperties) 841private static void WriteNoninheritableProperties(Type elementTypeStandardized, ITextPointer context, XmlWriter xmlWriter, bool onlyAffected, DependencyObject complexProperties) 921private static void WriteNoninheritableProperty(XmlWriter xmlWriter, DependencyProperty property, object propertyValue, Type propertyOwnerType, bool onlyAffected, DependencyObject complexProperties, object localValue) 961private static void WriteLocallySetProperties(Type elementTypeStandardized, ITextPointer context, XmlWriter xmlWriter, DependencyObject complexProperties) 1075private static void WriteComplexProperties(XmlWriter xmlWriter, DependencyObject complexProperties, Type elementType) 1143private static void WriteXamlAtomicElement(DependencyObject element, XmlWriter xmlWriter, bool reduceElement) 1178private static void WriteEmbeddedObject(object embeddedObject, XmlWriter xmlWriter, WpfPayload wpfPayload)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (5)
84internal static void SaveAsXml(XmlWriter writer, object instance) 104internal static void SaveAsXml(XmlWriter writer, object instance, XamlDesignerSerializationManager manager) 125internal static void SaveAsXml(XmlWriter writer, MarkupObject item) 175internal MarkupWriter(XmlWriter writer) 1682private XmlWriter _writer;
src\Framework\System\Windows\Markup\XamlDesignerSerializationManager.cs (3)
54public XamlDesignerSerializationManager(XmlWriter xmlWriter) 90internal XmlWriter XmlWriter 120private XmlWriter _xmlWriter; //XmlWriter
src\Framework\System\Windows\Markup\XamlWriter.cs (1)
196public static void Save(object obj, XmlWriter xmlWriter)
System.Activities (5)
System\Activities\Tracking\EtwTrackingParticipant.cs (4)
156using (XmlWriter writer = XmlWriter.Create(builder, settings)) 232using (XmlWriter writer = XmlWriter.Create(builder, settings))
System\Activities\XamlIntegration\NetDataContractXmlSerializable.cs (1)
39public void WriteXml(XmlWriter writer)
System.Activities.Core.Presentation (2)
System\ServiceModel\Activities\Presentation\ServiceContractImporter.cs (2)
137using (XmlWriter xmlWriter = XmlWriter.Create(textWriter, new XmlWriterSettings { Indent = true }))
System.Activities.DurableInstancing (6)
System\Activities\DurableInstancing\CorrelationKey.cs (1)
48public void SerializeToXmlElement(XmlWriter xmlWriter)
System\Activities\DurableInstancing\SerializationUtilities.cs (4)
54using (XmlWriter xmlWriter = XmlWriter.Create(stringBuilder)) 377using (XmlWriter xmlWriter = XmlWriter.Create(stringBuilder))
System\Activities\DurableInstancing\XmlPropertyBag.cs (1)
53public void WriteXml(XmlWriter writer)
System.Configuration (5)
System\Configuration\ConfigurationElement.cs (4)
1118protected internal virtual bool SerializeToXmlElement(XmlWriter writer, String elementName) { 1148protected internal virtual bool SerializeElement(XmlWriter writer, bool serializeCollectionKey) { 1268private bool SerializeLockList(ConfigurationLockCollection list, String elementKey, XmlWriter writer) { 1813protected virtual void PreSerialize(XmlWriter writer) {
System\Configuration\ConfigurationElementCollection.cs (1)
1018protected internal override bool SerializeElement(XmlWriter writer, bool serializeCollectionKey) {
System.Data (73)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (2)
3616XmlWriter xmlWriter = XmlWriter.Create(target, WriterSettings);
fx\src\data\System\Data\Common\DataStorage.cs (1)
257public virtual void ConvertObjectToXml(object value, XmlWriter xmlWriter, XmlRootAttribute xmlAttrib) {
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
409public override void ConvertObjectToXml(object value, XmlWriter xmlWriter, XmlRootAttribute xmlAttrib) {
fx\src\data\System\Data\Common\SQLTypes\SqlUDTStorage.cs (1)
195public override void ConvertObjectToXml(object value, XmlWriter xmlWriter, XmlRootAttribute xmlAttrib) {
fx\src\data\System\Data\DataColumn.cs (1)
1731internal void ConvertObjectToXml(object value, XmlWriter xmlWriter, XmlRootAttribute xmlAttrib) {
fx\src\data\System\Data\DataSet.cs (11)
1802/// <summary>Writes the <see cref='DataSet'/> structure as an XML schema to an <see cref='XmlWriter'/> object.</summary> 1803/// <param name="writer">The <see cref='XmlWriter'/> object with which to write.</param> 1804public void WriteXmlSchema(XmlWriter writer) 1809/// <summary>Writes the <see cref='DataSet'/> structure as an XML schema to an <see cref='XmlWriter'/> object.</summary> 1810/// <param name="writer">The <see cref='XmlWriter'/> object with which to write.</param> 1812public void WriteXmlSchema(XmlWriter writer, Converter<Type, string> multipleTargetConverter) 1856private void WriteXmlSchema(XmlWriter writer, SchemaFormat schemaFormat, Converter<Type, string> multipleTargetConverter) 2598public void WriteXml(XmlWriter writer) 2640public void WriteXml(XmlWriter writer, XmlWriteMode mode) 3354XmlWriter writer = new XmlTextWriter(stream, null); 3387void IXmlSerializable.WriteXml(XmlWriter writer) {
fx\src\data\System\Data\DataTable.cs (8)
4767public void WriteXml(XmlWriter writer) 4772public void WriteXml(XmlWriter writer, bool writeHierarchy) 4821public void WriteXml(XmlWriter writer, XmlWriteMode mode) 4825public void WriteXml(XmlWriter writer, XmlWriteMode mode, bool writeHierarchy) 4969public void WriteXmlSchema(XmlWriter writer) { 4973public void WriteXmlSchema(XmlWriter writer, bool writeHierarchy) 5947XmlWriter writer = new XmlTextWriter(stream, null); 5969void IXmlSerializable.WriteXml(XmlWriter writer) {
fx\src\data\System\Data\SqlClient\SqlStream.cs (2)
465XmlWriter _xmlWriter; 497 _xmlWriter = XmlWriter.Create(_strWriter, writerSettings);
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
10373XmlWriter ww = XmlWriter.Create(writer, writerSettings);
fx\src\data\System\Data\SQLTypes\SQLBinary.cs (1)
501void IXmlSerializable.WriteXml(XmlWriter writer) {
fx\src\data\System\Data\SQLTypes\SQLBoolean.cs (1)
583void IXmlSerializable.WriteXml(XmlWriter writer) {
fx\src\data\System\Data\SQLTypes\SQLByte.cs (1)
584void IXmlSerializable.WriteXml(XmlWriter writer) {
fx\src\data\System\Data\SQLTypes\SQLBytes.cs (1)
551 void IXmlSerializable.WriteXml(XmlWriter writer) {
fx\src\data\System\Data\SQLTypes\SQLChars.cs (1)
538 void IXmlSerializable.WriteXml(XmlWriter writer) {
fx\src\data\System\Data\SQLTypes\SQLDateTime.cs (1)
653void IXmlSerializable.WriteXml(XmlWriter writer) {
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (1)
3279void IXmlSerializable.WriteXml(XmlWriter writer) {
fx\src\data\System\Data\SQLTypes\SQLDouble.cs (1)
504void IXmlSerializable.WriteXml(XmlWriter writer) {
fx\src\data\System\Data\SQLTypes\SQLGuid.cs (1)
379void IXmlSerializable.WriteXml(XmlWriter writer) {
fx\src\data\System\Data\SQLTypes\SQLInt16.cs (1)
593void IXmlSerializable.WriteXml(XmlWriter writer) {
fx\src\data\System\Data\SQLTypes\SQLInt32.cs (1)
605void IXmlSerializable.WriteXml(XmlWriter writer) {
fx\src\data\System\Data\SQLTypes\SQLInt64.cs (1)
659void IXmlSerializable.WriteXml(XmlWriter writer) {
fx\src\data\System\Data\SQLTypes\SQLMoney.cs (1)
646void IXmlSerializable.WriteXml(XmlWriter writer) {
fx\src\data\System\Data\SQLTypes\SQLSingle.cs (1)
508void IXmlSerializable.WriteXml(XmlWriter writer) {
fx\src\data\System\Data\SQLTypes\SQLString.cs (1)
1021void IXmlSerializable.WriteXml(XmlWriter writer) {
fx\src\data\System\Data\SQLTypes\SqlXml.cs (5)
161 XmlWriter ww = XmlWriter.Create(sw, writerSettings); 196 XmlWriter ww = XmlWriter.Create(writerStream, writerSettings); 239 void IXmlSerializable.WriteXml(XmlWriter writer)
fx\src\data\System\Data\xmlsaver.cs (18)
467internal void SchemaTree(XmlDocument xd, XmlWriter xmlWriter, DataSet ds, DataTable dt, bool writeHierarchy) { 725XmlWriter xw = null; 912internal void SetPath(XmlWriter xw){ 934internal void Save(DataSet ds, XmlWriter xw) { 938internal void Save(DataTable dt, XmlWriter xw) { 948internal void Save(DataSet ds, DataTable dt, XmlWriter xw) { 952internal void Save(DataSet ds, DataTable dt, XmlWriter xw, bool writeHierarchy) { 956internal void Save(DataSet ds, DataTable dt, XmlWriter xw, bool writeHierarchy, Converter<Type, string> multipleTargetConverter) 1964internal XmlWriter _xmlw; 2032internal void Save(XmlWriter xmlw) { 2036internal void Save(XmlWriter xmlw, DataTable table) { 2312XmlWriter _xmlw; 2423internal void SaveDiffgramData(XmlWriter xw, Hashtable rowsOrder) { 2462internal void Save(XmlWriter xw, bool writeSchema) { 2695private XmlWriter _xmltextWriter; 2697internal static XmlWriter CreateWriter(XmlWriter xw) { 2701private DataTextWriter(XmlWriter w) {
fx\src\data\System\NewXml\XmlBoundElement.cs (6)
203public override void WriteContentTo( XmlWriter w ) { 214public override void WriteTo( XmlWriter w ) { 225private void WriteRootBoundElementTo(DataPointer dp, XmlWriter w) { 254private static void WriteBoundElementTo( DataPointer dp, XmlWriter w ) { 275private static void WriteBoundElementContentTo( DataPointer dp, XmlWriter w ) { 286private static void WriteTo( DataPointer dp, XmlWriter w ) {
System.Data.Entity (4)
System\Data\Common\CommandTrees\Internal\XmlExpressionDumper.cs (2)
29private XmlWriter _writer; 40_writer = XmlWriter.Create(stream, settings);
System\Data\Query\InternalTrees\Dump.cs (2)
35private XmlWriter _writer; 50_writer = XmlWriter.Create(stream, settings);
System.Data.Entity.Design (35)
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (6)
33private XmlWriter _writer; 36private MetadataItemSerializer(XmlWriter writer, bool isModel, ErrorsLookup errorsLookup, Version schemaVersion) 48public static void WriteXml(XmlWriter writer, ItemCollection collection, string namespaceToWrite, Version schemaVersion, params KeyValuePair<string, string> [] xmlPrefixToNamespaces) 53internal static void WriteXml(XmlWriter writer, ItemCollection collection, string namespaceToWrite, ErrorsLookup errorsLookup, List<EdmType> commentedOutItems, string provider, string providerManifestToken, Version schemaVersion, params KeyValuePair<string, string>[] xmlPrefixToNamespaces) 89XmlWriter commentWriter = XmlWriter.Create(stringWriter, settings);
System\Data\Entity\Design\Common\OneToOneMappingSerializer.cs (12)
264public void WriteXml(XmlWriter writer) 273private void WriteEntityContainerMappingElement(XmlWriter writer) 306private void WriteFunctionImportMappingElement(XmlWriter writer, EdmFunction storeFunction, EdmFunction functionImport) 346private void WriteAssociationSetMappingElement(XmlWriter writer, CollapsedEntityAssociationSet collapsedAssociationSet) 372private void WriteAssociationSetMappingElement(XmlWriter writer, AssociationSet store, AssociationSet model) 404private void WriteConditionElement(XmlWriter writer, EdmProperty fkColumn) 431private void WriteEndPropertyElement(XmlWriter writer, AssociationSetEnd store, AssociationSetEnd model) 462private void WriteEntitySetMappingElement(XmlWriter writer, EntitySet store, EntitySet model) 470private void WriteEntityTypeMappingElement(XmlWriter writer, EntitySet store, EntitySet model) 478private void WriteMappingFragmentElement(XmlWriter writer, EntitySet store, EntitySet model) 495private void WriteScalarPropertyElement(XmlWriter writer, EdmProperty store, EdmProperty model) 506private void WriteMappingStartElement(XmlWriter writer)
System\Data\Entity\Design\EntityCodeGenerator.cs (2)
440using (XmlWriter writer = XmlWriter.Create(tempSchemaPath))
System\Data\Entity\Design\EntityDesignerUtils.cs (2)
136XmlWriter writer = null; 139writer = XmlWriter.Create(stream, settings);
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (8)
228using (XmlWriter writer = XmlWriter.Create(outputFileName, settings)) 238public void WriteModelSchema(XmlWriter writer) 256using (XmlWriter writer = XmlWriter.Create(outputFileName, settings)) 266public void WriteStorageMapping(XmlWriter writer) 463private void InternalWriteModelSchema(XmlWriter writer) 481private void InternalWriteStorageMapping(XmlWriter writer)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (5)
245using (XmlWriter writer = XmlWriter.Create(outputFileName, settings)) 255public void WriteStoreSchema(XmlWriter writer) 1572using (XmlWriter xmlWriter = XmlWriter.Create(memStream))
System.Data.Services (63)
parent\Client\System\Data\Services\Client\XmlUtil.cs (3)
208internal static XmlWriter CreateXmlWriterAndWriteProcessingInstruction(Stream stream, Encoding encoding) 214XmlWriter writer = XmlWriter.Create(stream, settings);
System\Data\Services\Epm\EpmCustomContentWriterNodeData.cs (2)
56this.XmlContentWriter = XmlWriter.Create(this.XmlContentStream, customContentWriterSettings); 101internal XmlWriter XmlContentWriter
System\Data\Services\ErrorHandler.cs (4)
207internal static void SerializeXmlError(HandleExceptionArgs args, XmlWriter writer) 331private static void SerializeXmlException(XmlWriter writer, Exception exception) 456private void SerializeXmlError(XmlWriter writer) 508using (XmlWriter writer = XmlUtil.CreateXmlWriterAndWriteProcessingInstruction(stream, this.encoding))
System\Data\Services\Providers\DataServiceProviderWrapper.cs (1)
862internal void WriteMetadataDocument(MetadataSerializer serializer, XmlWriter writer, IDataService service)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (13)
290public void GetMetadata(XmlWriter xmlWriter, DataServiceProviderWrapper provider, IDataService service) 1517XmlWriter xmlWriter, 1541private static void WriteFacets(XmlWriter xmlWriter, TypeUsage typeUsage) 1558private static void WriteFacetValue(XmlWriter xmlWriter, string facetName, object facetValue) 1604XmlWriter xmlWriter, 1725private static void WriteMembers(XmlWriter xmlWriter, StructuralType declaringType, MetadataManager metadataManager) 1760private static void WriteAssociationSet(XmlWriter xmlWriter, AssociationSet associationSet) 1789private static void WriteEntitySet(XmlWriter xmlWriter, EntitySet entitySet) 1807private static void WriteEdmTypes(XmlWriter xmlWriter, IEnumerable<EdmType> edmTypes, MetadataManager metadataManager) 1836private static void WriteEntityType(XmlWriter xmlWriter, EntityType entityType, MetadataManager metadataManager) 1880private static void WriteComplexType(XmlWriter xmlWriter, ComplexType complexType, MetadataManager metadataManager) 1899private static void WriteAssociationType(XmlWriter xmlWriter, AssociationType associationType) 1959XmlWriter xmlWriter,
System\Data\Services\Serializers\Atom10FormatterFactory.cs (3)
88/// Creates an <see cref="XmlWriter"/> into the specified <paramref name="stream"/> with the given 93/// <returns>A new <see cref="XmlWriter"/> instance.</returns> 94internal override XmlWriter CreateWriter(Stream stream, Encoding encoding)
System\Data\Services\Serializers\BinarySerializer.cs (2)
40XmlWriter xmlWriter = XmlWriter.Create(this.outputStream);
System\Data\Services\Serializers\DictionaryContent.cs (4)
142using (XmlWriter writer = XmlWriter.Create(stream)) 187protected override void WriteContentsTo(XmlWriter writer) 199private void WritePropertyContentsTo(XmlWriter writer)
System\Data\Services\Serializers\MetadataSerializer.cs (15)
98internal static void WriteTopLevelSchemaElements(XmlWriter writer, string dataServiceVersion) 119internal static void WriteSchemaElement(XmlWriter writer, string schemaNamespace, MetadataEdmSchemaVersion metadataEdmSchemaVersion) 131internal static void WriteDataWebMetadata(XmlWriter writer, string name, string value) 145XmlWriter writer, 286XmlWriter xmlWriter, 313XmlWriter xmlWriter, 380private static void WriteEpmProperties(XmlWriter xmlWriter, IEnumerable<EntityPropertyMappingAttribute> epmInfos, bool skipSourcePath, bool removePrefix) 443private static void WriteComplexType(XmlWriter xmlWriter, ResourceType complexType, MetadataManager metadataManager) 459private static void WriteOpenTypeAttribute(XmlWriter xmlWriter) 472XmlWriter xmlWriter, 557private static void WritePrimitivePropertyFacets(XmlWriter xmlWriter, ResourceProperty resourceProperty) 575private static void WriteAssociationTypes(XmlWriter xmlWriter, IEnumerable<ResourceAssociationType> associations) 604private static void WriteAssociationSets(XmlWriter xmlWriter, IEnumerable<ResourceAssociationSet> associationSets) 632private static void WriteAssociationSetEnd(XmlWriter xmlWriter, ResourceAssociationSetEnd associationSetEnd, ResourceAssociationTypeEnd associationTypeEnd) 670XmlWriter xmlWriter,
System\Data\Services\Serializers\PlainXmlSerializer.cs (4)
31private XmlWriter writer; 79internal static void WriteNullValue(XmlWriter writer, string propertyName, string expectedTypeName) 93internal static void WriteStartElementWithType(XmlWriter writer, string propertyName, string propertyTypeName) 113internal static void WriteTextValue(XmlWriter writer, string propertyName, string propertyTypeName, string propertyText)
System\Data\Services\Serializers\SyndicationFormatterFactory.cs (3)
66/// Creates an <see cref="XmlWriter"/> into the specified <paramref name="stream"/> with the given 71/// <returns>A new <see cref="XmlWriter"/> instance.</returns> 72internal abstract XmlWriter CreateWriter(Stream stream, Encoding encoding);
System\Data\Services\Serializers\SyndicationSerializer.cs (3)
64private readonly XmlWriter writer; 1217public void WriteXml(XmlWriter writer) 1271public void WriteXml(XmlWriter writer)
System\Data\Services\Serializers\TextSerializer.cs (2)
46XmlWriter xmlWriter = XmlWriter.Create(this.writer);
System\Data\Services\Serializers\XmlDocumentSerializer.cs (2)
33private readonly XmlWriter writer; 74protected XmlWriter Writer
System\Data\Services\WebUtil.cs (2)
1152internal static void WriteSpacePreserveAttributeIfNecessary(XmlWriter writer, string elementValue) 1668private static void WriteSpacePreserveAttribute(XmlWriter writer)
System.Data.Services.Client (18)
parent\Server\System\Data\Services\Epm\EpmContentSerializerBase.cs (2)
60protected EpmContentSerializerBase(EpmTargetTree tree, bool isSyndication, object element, XmlWriter target) 87protected XmlWriter Target
parent\Server\System\Data\Services\Epm\EpmCustomContentSerializer.cs (1)
47internal EpmCustomContentSerializer(EpmTargetTree targetTree, object element, XmlWriter target)
parent\Server\System\Data\Services\Epm\EpmCustomContentWriterNodeData.cs (3)
56this.XmlContentWriter = XmlWriter.Create(this.XmlContentStream, customContentWriterSettings); 101internal XmlWriter XmlContentWriter 143internal void AddContentToTarget(XmlWriter target)
System\Data\Services\Client\DataServiceContext.cs (8)
2474private static void WriteContentProperty(XmlWriter writer, string namespaceName, ClientType.ClientProperty property, object propertyValue) 2773XmlWriter writer = XmlUtil.CreateXmlWriterAndWriteProcessingInstruction(stream, HttpProcessUtility.EncodingUtf8NoPreamble); 2894XmlWriter writer; 3007using (XmlWriter streamWriter = XmlWriter.Create(stream, settings)) 3033private void CreateRequestDataLinks(EntityDescriptor box, XmlWriter writer) 3296private void WriteContentProperties(XmlWriter writer, ClientType type, object resource, EpmSourcePathSegment currentSegment, out bool propertiesWritten) 3359using (XmlWriter complexPropertyWriter = complexProperty.CreateWriter())
System\Data\Services\Client\Epm\EpmSyndicationContentSerializer.cs (1)
46internal EpmSyndicationContentSerializer(EpmTargetTree tree, object element, XmlWriter target)
System\Data\Services\Client\XmlUtil.cs (3)
208internal static XmlWriter CreateXmlWriterAndWriteProcessingInstruction(Stream stream, Encoding encoding) 214XmlWriter writer = XmlWriter.Create(stream, settings);
System.Data.SqlXml (14)
System\Xml\Xsl\QIL\QilXmlWriter.cs (3)
40protected XmlWriter writer; 58public QilXmlWriter(XmlWriter writer) : this(writer, Options.Annotations | Options.TypeInfo | Options.LineInfo | Options.NodeIdentity | Options.NodeLocation) { 64public QilXmlWriter(XmlWriter writer, Options options) {
System\Xml\Xsl\Runtime\RtfNavigator.cs (3)
36public abstract void CopyToWriter(XmlWriter writer); 218public override void CopyToWriter(XmlWriter writer) { 319public override void CopyToWriter(XmlWriter writer) {
System\Xml\Xsl\Runtime\XmlRawWriterWrapper.cs (2)
19private XmlWriter wrapped; 21public XmlRawWriterWrapper(XmlWriter writer) {
System\Xml\Xsl\Runtime\XsltFunctions.cs (2)
221XmlWriter xw = XmlWriter.Create(sb, settings);
System\Xml\Xsl\XmlILCommand.cs (1)
172public void Execute(object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter writer) {
System\Xml\Xsl\XsltOld\Processor.cs (1)
389public void Execute(XmlWriter writer) {
System\Xml\Xsl\XsltOld\WriterOutput.cs (2)
17private XmlWriter writer; 20internal WriterOutput(Processor processor, XmlWriter writer) {
System.IdentityModel (204)
System\IdentityModel\CipherDataElement.cs (1)
70public void WriteXml( XmlWriter writer )
System\IdentityModel\DelegatingXmlDictionaryWriter.cs (2)
20XmlWriter _tracingWriter; 48protected void InitializeTracingWriter(XmlWriter tracingWriter)
System\IdentityModel\Diagnostics\AuthorizeTraceRecord.cs (1)
44internal override void WriteTo( XmlWriter writer )
System\IdentityModel\Diagnostics\ClaimsPrincipalTraceRecord.cs (2)
41internal override void WriteTo( XmlWriter writer ) 58private void WriteClaimsIdentity( ClaimsIdentity ci, XmlWriter writer )
System\IdentityModel\Diagnostics\DeflateCookieTraceRecord.cs (1)
38internal override void WriteTo( XmlWriter writer )
System\IdentityModel\Diagnostics\DigestTraceRecordHelper.cs (1)
57internal override void WriteTo(XmlWriter writer)
System\IdentityModel\Diagnostics\SecurityTraceRecordHelper.cs (4)
59internal override void WriteTo(XmlWriter xml) 102internal override void WriteTo(XmlWriter xml) 186void WriteSessionToken(XmlWriter writer, SessionSecurityToken sessionToken) 208internal override void WriteTo(XmlWriter writer)
System\IdentityModel\EncryptedDataElement.cs (1)
154public virtual void WriteXml( XmlWriter writer, SecurityTokenSerializer securityTokenSerializer )
System\IdentityModel\EncryptionMethodElement.cs (1)
63public void WriteXml( XmlWriter writer )
System\IdentityModel\EnvelopedSignatureWriter.cs (2)
28XmlWriter _innerWriter; 53public EnvelopedSignatureWriter(XmlWriter innerWriter, SigningCredentials signingCredentials, string referenceId, SecurityTokenSerializer securityTokenSerializer)
System\IdentityModel\Metadata\MetadataSerializer.cs (29)
1891protected virtual void WriteApplicationServiceDescriptor(XmlWriter writer, ApplicationServiceDescriptor appService) 1950protected virtual void WriteContactPerson(XmlWriter writer, ContactPerson contactPerson) 2018protected virtual void WriteCustomAttributes<T>(XmlWriter writer, T source) 2029protected virtual void WriteCustomElements<T>(XmlWriter writer, T source) 2041protected virtual void WriteProtocolEndpoint(XmlWriter writer, ProtocolEndpoint endpoint, XmlQualifiedName element) 2087/// <param name="writer">The <see cref="XmlWriter"/> to use.</param> 2089protected virtual void WriteDisplayClaim(XmlWriter writer, DisplayClaim claim) 2128/// <param name="inputWriter">The <see cref="XmlWriter"/> to use.</param> 2132protected virtual void WriteEntitiesDescriptor(XmlWriter inputWriter, EntitiesDescriptor entitiesDescriptor) 2155XmlWriter writer = inputWriter; 2219protected virtual void WriteEntityDescriptor(XmlWriter inputWriter, EntityDescriptor entityDescriptor) 2242XmlWriter writer = inputWriter; 2327protected virtual void WriteIdentityProviderSingleSignOnDescriptor(XmlWriter writer, IdentityProviderSingleSignOnDescriptor identityProviderSingleSignOnDescriptor) 2396protected virtual void WriteIndexedProtocolEndpoint(XmlWriter writer, IndexedProtocolEndpoint indexedEP, XmlQualifiedName element) 2456protected virtual void WriteKeyDescriptor(XmlWriter writer, KeyDescriptor keyDescriptor) 2515protected virtual void WriteLocalizedName(XmlWriter writer, LocalizedName name, XmlQualifiedName element) 2557protected virtual void WriteLocalizedUri(XmlWriter writer, LocalizedUri uri, XmlQualifiedName element) 2617public void WriteMetadata(XmlWriter writer, MetadataBase metadata) 2638protected virtual void WriteMetadataCore(XmlWriter writer, MetadataBase metadataBase) 2673protected virtual void WriteOrganization(XmlWriter writer, Organization organization) 2746protected virtual void WriteRoleDescriptorAttributes(XmlWriter writer, RoleDescriptor roleDescriptor) 2800protected virtual void WriteRoleDescriptorElements(XmlWriter writer, RoleDescriptor roleDescriptor) 2850protected virtual void WriteSecurityTokenServiceDescriptor(XmlWriter writer, SecurityTokenServiceDescriptor securityTokenServiceDescriptor) 2912protected virtual void WriteServiceProviderSingleSignOnDescriptor(XmlWriter writer, ServiceProviderSingleSignOnDescriptor serviceProviderSingleSignOnDescriptor) 2966protected virtual void WriteSingleSignOnDescriptorAttributes(XmlWriter writer, SingleSignOnDescriptor singleSignOnDescriptor) 2977protected virtual void WriteSingleSignOnDescriptorElements(XmlWriter writer, SingleSignOnDescriptor singleSignOnDescriptor) 3041protected virtual void WriteWebServiceDescriptorAttributes(XmlWriter writer, WebServiceDescriptor wsDescriptor) 3074protected virtual void WriteWebServiceDescriptorElements(XmlWriter writer, WebServiceDescriptor wsDescriptor) 3278protected virtual void WriteAttribute(XmlWriter writer, Saml2Attribute data)
System\IdentityModel\Protocols\WSTrust\EndpointReference.cs (1)
51public void WriteTo(XmlWriter writer)
System\IdentityModel\Protocols\WSTrust\WSTrust13RequestSerializer.cs (3)
110public override void WriteKnownRequestElement(RequestSecurityToken rst, XmlWriter writer, WSTrustSerializationContext context) 159public override void WriteXml(RequestSecurityToken request, XmlWriter writer, WSTrustSerializationContext context) 189public override void WriteXmlElement(XmlWriter writer, string elementName, object elementValue, RequestSecurityToken rst, WSTrustSerializationContext context)
System\IdentityModel\Protocols\WSTrust\WSTrust13ResponseSerializer.cs (3)
94public override void WriteKnownResponseElement(RequestSecurityTokenResponse rstr, XmlWriter writer, WSTrustSerializationContext context) 129public override void WriteXml(RequestSecurityTokenResponse response, XmlWriter writer, WSTrustSerializationContext context) 169public override void WriteXmlElement(XmlWriter writer, string elementName, object elementValue, RequestSecurityTokenResponse rstr, WSTrustSerializationContext context)
System\IdentityModel\Protocols\WSTrust\WSTrustFeb2005RequestSerializer.cs (3)
75public override void WriteKnownRequestElement(RequestSecurityToken rst, XmlWriter writer, WSTrustSerializationContext context) 102public override void WriteXml(RequestSecurityToken request, XmlWriter writer, WSTrustSerializationContext context) 132public override void WriteXmlElement(XmlWriter writer, string elementName, object elementValue, RequestSecurityToken rst, WSTrustSerializationContext context)
System\IdentityModel\Protocols\WSTrust\WSTrustFeb2005ResponseSerializer.cs (3)
74public override void WriteKnownResponseElement(RequestSecurityTokenResponse rstr, XmlWriter writer, WSTrustSerializationContext context) 101public override void WriteXml(RequestSecurityTokenResponse response, XmlWriter writer, WSTrustSerializationContext context) 131public override void WriteXmlElement(XmlWriter writer, string elementName, object elementValue, RequestSecurityTokenResponse rstr, WSTrustSerializationContext context)
System\IdentityModel\Protocols\WSTrust\WSTrustRequestSerializer.cs (3)
38public abstract void WriteKnownRequestElement(RequestSecurityToken requestSecurityToken, XmlWriter writer, WSTrustSerializationContext context); 46public abstract void WriteXml(RequestSecurityToken request, XmlWriter writer, WSTrustSerializationContext context); 56public abstract void WriteXmlElement(XmlWriter writer, string elementName, object elementValue, RequestSecurityToken requestSecurityToken, WSTrustSerializationContext context);
System\IdentityModel\Protocols\WSTrust\WSTrustResponseSerializer.cs (3)
38public abstract void WriteKnownResponseElement(RequestSecurityTokenResponse requestSecurityTokenResponse, XmlWriter writer, WSTrustSerializationContext context); 46public abstract void WriteXml(RequestSecurityTokenResponse response, XmlWriter writer, WSTrustSerializationContext context); 56public abstract void WriteXmlElement(XmlWriter writer, string elementName, object elementValue, RequestSecurityTokenResponse requestSecurityTokenResponse, WSTrustSerializationContext context);
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (19)
652public static void WriteRequest(RequestSecurityToken rst, XmlWriter writer, WSTrustSerializationContext context, WSTrustRequestSerializer requestSerializer, WSTrustConstantsAdapter trustConstants) 706public static void WriteKnownRequestElement(RequestSecurityToken rst, XmlWriter writer, WSTrustSerializationContext context, WSTrustRequestSerializer requestSerializer, WSTrustConstantsAdapter trustConstants) 889public static void WriteRSTXml(XmlWriter writer, string elementName, object elementValue, WSTrustSerializationContext context, WSTrustConstantsAdapter trustConstants) 1667public static void WriteResponse(RequestSecurityTokenResponse response, XmlWriter writer, WSTrustSerializationContext context, WSTrustResponseSerializer responseSerializer, WSTrustConstantsAdapter trustConstants) 1718public static void WriteKnownResponseElement(RequestSecurityTokenResponse rstr, XmlWriter writer, WSTrustSerializationContext context, WSTrustResponseSerializer responseSerializer, WSTrustConstantsAdapter trustConstants) 1846public static void WriteRSTRXml(XmlWriter writer, string elementName, object elementValue, WSTrustSerializationContext context, WSTrustConstantsAdapter trustConstants) 2108public static void WriteComputedKeyAlgorithm(XmlWriter writer, string elementName, string computedKeyAlgorithm, WSTrustConstantsAdapter trustConstants) 2256public static void WriteBinaryExchange(XmlWriter writer, BinaryExchange binaryExchange, WSTrustConstantsAdapter trustConstants) 2305public static void WriteStatus(XmlWriter writer, Status status, WSTrustConstantsAdapter trustConstants) 2400public static void WriteProtectedKey(XmlWriter writer, ProtectedKey protectedKey, WSTrustSerializationContext context, WSTrustConstantsAdapter trustConstants) 2471public static void WriteRequestType(XmlWriter writer, string requestType, WSTrustConstantsAdapter trustConstants) 2560public static void WriteLifetime(XmlWriter writer, Lifetime lifetime, WSTrustConstantsAdapter trustConstants) 2626public static void WriteOnBehalfOfIssuer(XmlWriter writer, EndpointReference issuer, WSTrustConstantsAdapter trustConstants) 2676public static void WriteAppliesTo(XmlWriter writer, EndpointReference appliesTo, WSTrustConstantsAdapter trustConstants) 2734public static void WriteKeyType(XmlWriter writer, string keyType, WSTrustConstantsAdapter trustConstants) 2809using (XmlWriter writer = XmlDictionaryWriter.CreateTextWriter(ms, Encoding.UTF8, false)) 2859public static void WriteBinarySecretSecurityToken(XmlWriter writer, BinarySecretSecurityToken token, WSTrustConstantsAdapter trustConstants) 2917/// <param name="writer">The <see cref="XmlWriter"/> to use.</param> 2918private static void WriteTokenElement(SecurityTokenElement tokenElement, string usage, WSTrustSerializationContext context, XmlWriter writer)
System\IdentityModel\Selectors\SecurityTokenSerializer.cs (6)
84public void WriteToken(XmlWriter writer, SecurityToken token) 106public void WriteKeyIdentifier(XmlWriter writer, SecurityKeyIdentifier keyIdentifier) 128public void WriteKeyIdentifierClause(XmlWriter writer, SecurityKeyIdentifierClause keyIdentifierClause) 151protected abstract void WriteTokenCore(XmlWriter writer, SecurityToken token); 153protected abstract void WriteKeyIdentifierCore(XmlWriter writer, SecurityKeyIdentifier keyIdentifier); 155protected abstract void WriteKeyIdentifierClauseCore(XmlWriter writer, SecurityKeyIdentifierClause keyIdentifierClause);
System\IdentityModel\SignedXml.cs (1)
934using (XmlWriter bufferWriter = XmlTextWriter.Create(_bufferedStream, settings))
System\IdentityModel\Tokens\EncryptedSecurityTokenHandler.cs (1)
284public override void WriteToken(XmlWriter writer, SecurityToken token)
System\IdentityModel\Tokens\KeyInfoSerializer.cs (3)
143protected override void WriteTokenCore(XmlWriter writer, SecurityToken token) 197protected override void WriteKeyIdentifierCore(XmlWriter writer, SecurityKeyIdentifier keyIdentifier) 286protected override void WriteKeyIdentifierClauseCore(XmlWriter writer, SecurityKeyIdentifierClause keyIdentifierClause)
System\IdentityModel\Tokens\RsaKeyIdentifierClause.cs (2)
83public void WriteExponentAsBase64(XmlWriter writer) 92public void WriteModulusAsBase64(XmlWriter writer)
System\IdentityModel\Tokens\RsaSecurityTokenHandler.cs (1)
205public override void WriteToken(XmlWriter writer, SecurityToken token)
System\IdentityModel\Tokens\Saml2Assertion.cs (2)
203/// <param name="writer">A <see cref="XmlWriter"/> for writting the data.</param> 204public virtual void WriteSourceData(XmlWriter writer)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (58)
429/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="SecurityToken"/>.</param> 433public override void WriteToken(XmlWriter writer, SecurityToken token) 656/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="SecurityKeyIdentifierClause"/>.</param> 659public override void WriteKeyIdentifierClause(XmlWriter writer, SecurityKeyIdentifierClause securityKeyIdentifierClause) 2413/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="Saml2Action"/>.</param> 2415protected virtual void WriteAction(XmlWriter writer, Saml2Action data) 2542/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="Saml2Advice"/>.</param> 2544protected virtual void WriteAdvice(XmlWriter writer, Saml2Advice data) 2795/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="Saml2Assertion"/>.</param> 2802protected virtual void WriteAssertion(XmlWriter writer, Saml2Assertion data) 2814XmlWriter originalWriter = writer; 3184/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="Saml2Attribute"/>.</param> 3186protected virtual void WriteAttribute(XmlWriter writer, Saml2Attribute data) 3263/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="Saml2Attribute"/>.</param> 3268protected virtual void WriteAttributeValue(XmlWriter writer, string value, Saml2Attribute attribute) 3370/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="Saml2AttributeStatement"/>.</param> 3372protected virtual void WriteAttributeStatement(XmlWriter writer, Saml2AttributeStatement data) 3485/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="Saml2AudienceRestriction"/>.</param> 3487protected virtual void WriteAudienceRestriction(XmlWriter writer, Saml2AudienceRestriction data) 3620/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="Saml2AuthenticationContext"/>.</param> 3622protected virtual void WriteAuthenticationContext(XmlWriter writer, Saml2AuthenticationContext data) 3776/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="Saml2AuthenticationStatement"/>.</param> 3778protected virtual void WriteAuthenticationStatement(XmlWriter writer, Saml2AuthenticationStatement data) 3952/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="Saml2AuthorizationDecisionStatement"/>.</param> 3954protected virtual void WriteAuthorizationDecisionStatement(XmlWriter writer, Saml2AuthorizationDecisionStatement data) 4149/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="Saml2Conditions"/>.</param> 4151protected virtual void WriteConditions(XmlWriter writer, Saml2Conditions data) 4288/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="Saml2Evidence"/>.</param> 4290protected virtual void WriteEvidence(XmlWriter writer, Saml2Evidence data) 4359/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="Saml2NameIdentifier"/>.</param> 4361protected virtual void WriteIssuer(XmlWriter writer, Saml2NameIdentifier data) 4433/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="SecurityKeyIdentifier"/>.</param> 4436protected virtual void WriteSubjectKeyInfo(XmlWriter writer, SecurityKeyIdentifier data) 4454/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="SecurityKeyIdentifier"/>.</param> 4457protected virtual void WriteSigningKeyInfo(XmlWriter writer, SecurityKeyIdentifier data) 4503/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="Saml2NameIdentifier"/>.</param> 4507protected virtual void WriteNameId(XmlWriter writer, Saml2NameIdentifier data) 4537using (XmlWriter plaintextWriter = XmlDictionaryWriter.CreateTextWriter(plaintextStream, Encoding.UTF8, false)) 4727/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="Saml2NameIdentifier"/>.</param> 4729protected virtual void WriteNameIdType(XmlWriter writer, Saml2NameIdentifier data) 4841/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="Saml2ProxyRestriction"/>.</param> 4843protected virtual void WriteProxyRestriction(XmlWriter writer, Saml2ProxyRestriction data) 4935/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="Saml2Statement"/>.</param> 4937protected virtual void WriteStatement(XmlWriter writer, Saml2Statement data) 5054/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="Saml2Subject"/>.</param> 5056protected virtual void WriteSubject(XmlWriter writer, Saml2Subject data) 5176/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="Saml2SubjectConfirmation"/>.</param> 5178protected virtual void WriteSubjectConfirmation(XmlWriter writer, Saml2SubjectConfirmation data) 5365/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="Saml2SubjectConfirmationData"/>.</param> 5367protected virtual void WriteSubjectConfirmationData(XmlWriter writer, Saml2SubjectConfirmationData data) 5495/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="Saml2SubjectLocality"/>.</param> 5497protected virtual void WriteSubjectLocality(XmlWriter writer, Saml2SubjectLocality data) 5590/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="SecurityKeyIdentifierClause"/>.</param> 5593protected override void WriteKeyIdentifierClauseCore(XmlWriter writer, SecurityKeyIdentifierClause keyIdentifierClause) 5601/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="SecurityKeyIdentifier"/>.</param> 5603protected override void WriteKeyIdentifierCore(XmlWriter writer, SecurityKeyIdentifier keyIdentifier) 5611/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="SecurityToken"/>.</param> 5613protected override void WriteTokenCore(XmlWriter writer, SecurityToken token)
System\IdentityModel\Tokens\SamlAssertion.cs (2)
587internal void WriteTo(XmlWriter writer, SamlSerializer samlSerializer, SecurityTokenSerializer keyInfoSerializer) 681public virtual void WriteSourceData(XmlWriter writer)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (22)
1600protected virtual void WriteAction(XmlWriter writer, SamlAction action) 1688protected virtual void WriteAdvice(XmlWriter writer, SamlAdvice advice) 1851protected virtual void WriteAssertion(XmlWriter writer, SamlAssertion assertion) 1965protected virtual void WriteConditions(XmlWriter writer, SamlConditions conditions) 2045protected virtual void WriteCondition(XmlWriter writer, SamlCondition condition) 2128protected virtual void WriteAudienceRestrictionCondition(XmlWriter writer, SamlAudienceRestrictionCondition condition) 2200protected virtual void WriteDoNotCacheCondition(XmlWriter writer, SamlDoNotCacheCondition condition) 2258protected virtual void WriteStatement(XmlWriter writer, SamlStatement statement) 2395protected virtual void WriteSubject(XmlWriter writer, SamlSubject subject) 2476protected virtual void WriteSubjectKeyInfo(XmlWriter writer, SecurityKeyIdentifier subjectSki) 2562protected virtual void WriteAttributeStatement(XmlWriter writer, SamlAttributeStatement statement) 2763protected virtual void WriteAttribute(XmlWriter writer, SamlAttribute attribute) 2825protected virtual void WriteAttributeValue(XmlWriter writer, string value, SamlAttribute attribute) 2926protected virtual void WriteAuthenticationStatement(XmlWriter writer, SamlAuthenticationStatement statement) 3051protected virtual void WriteAuthorityBinding(XmlWriter writer, SamlAuthorityBinding authorityBinding) 3108public override void WriteToken(XmlWriter writer, SecurityToken token) 3226protected virtual void WriteAuthorizationDecisionStatement(XmlWriter writer, SamlAuthorizationDecisionStatement statement) 3315protected virtual void WriteEvidence(XmlWriter writer, SamlEvidence evidence) 3491protected virtual void WriteSigningKeyInfo(XmlWriter writer, SecurityKeyIdentifier signingKeyIdentifier) 3706protected override void WriteKeyIdentifierClauseCore(XmlWriter writer, SecurityKeyIdentifierClause keyIdentifierClause) 3711protected override void WriteKeyIdentifierCore(XmlWriter writer, SecurityKeyIdentifier keyIdentifier) 3716protected override void WriteTokenCore(XmlWriter writer, SecurityToken token)
System\IdentityModel\Tokens\SamlSerializer.cs (2)
67public virtual void WriteToken(SamlSecurityToken token, XmlWriter writer, SecurityTokenSerializer keyInfoSerializer) 181internal static void WriteSecurityKeyIdentifier(XmlWriter writer, SecurityKeyIdentifier ski, SecurityTokenSerializer tokenSerializer)
System\IdentityModel\Tokens\SecurityKeyIdentifierClauseSerializer.cs (1)
44public abstract void WriteKeyIdentifierClause( XmlWriter writer, SecurityKeyIdentifierClause securityKeyIdentifierClause );
System\IdentityModel\Tokens\SecurityTokenHandler.cs (2)
165public virtual void WriteToken(XmlWriter writer, SecurityToken token) 219public virtual void WriteKeyIdentifierClause(XmlWriter writer, SecurityKeyIdentifierClause securityKeyIdentifierClause)
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (3)
424public void WriteToken(XmlWriter writer, SecurityToken token) 601public void WriteKeyIdentifierClause(XmlWriter writer, SecurityKeyIdentifierClause keyIdentifierClause) 622protected virtual void WriteKeyIdentifierClauseCore(XmlWriter writer, SecurityKeyIdentifierClause keyIdentifierClause)
System\IdentityModel\Tokens\SecurityTokenSerializerAdapter.cs (3)
101protected override void WriteTokenCore(XmlWriter writer, SecurityToken token) 149protected override void WriteKeyIdentifierCore(XmlWriter writer, SecurityKeyIdentifier keyIdentifier) 209protected override void WriteKeyIdentifierClauseCore(XmlWriter writer, SecurityKeyIdentifierClause keyIdentifierClause)
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (3)
718using (XmlWriter writer = XmlWriter.Create(ms)) 736public override void WriteToken(XmlWriter writer, SecurityToken token)
System\IdentityModel\Tokens\UserNameSecurityTokenHandler.cs (1)
174public override void WriteToken(XmlWriter writer, SecurityToken token)
System\IdentityModel\Tokens\X509DataSecurityKeyIdentifierClauseSerializer.cs (1)
112public override void WriteKeyIdentifierClause(XmlWriter writer, SecurityKeyIdentifierClause securityKeyIdentifierClause)
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (2)
614public override void WriteKeyIdentifierClause(XmlWriter writer, SecurityKeyIdentifierClause securityKeyIdentifierClause) 641public override void WriteToken(XmlWriter writer, SecurityToken token)
System\IdentityModel\XmlAttributeHolder.cs (2)
46public void WriteTo(XmlWriter writer) 53public static void WriteAttributes(XmlAttributeHolder[] attributes, XmlWriter writer)
System\IdentityModel\XmlBuffer.cs (1)
137public void WriteTo(int sectionIndex, XmlWriter writer)
System\IdentityModel\XmlUtil.cs (2)
206using (XmlWriter xmlWriter = XmlWriter.Create(stringWriter, settings))
System.IdentityModel.Selectors (1)
infocard\Diagnostics\Managed\Microsoft\InfoCards\Diagnostics\infocardTraceRecord.cs (1)
75internal override void WriteTo( XmlWriter writer )
System.Runtime.Serialization (32)
System\Runtime\Serialization\CodeExporter.cs (1)
1689CodeParameterDeclarationExpression writerArg = new CodeParameterDeclarationExpression(typeof(XmlWriter), "writer");
System\Runtime\Serialization\Configuration\ParameterElement.cs (1)
53protected override void PreSerialize(XmlWriter writer)
System\Runtime\Serialization\DataContractSerializer.cs (4)
279public override void WriteObject(XmlWriter writer, object graph) 284public override void WriteStartObject(XmlWriter writer, object graph) 289public override void WriteObjectContent(XmlWriter writer, object graph) 294public override void WriteEndObject(XmlWriter writer)
System\Runtime\Serialization\Json\ByteArrayHelperWithString.cs (1)
16internal void WriteArray(XmlWriter writer, byte[] array, int offset, int count)
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (4)
264public override void WriteEndObject(XmlWriter writer) 285public override void WriteObject(XmlWriter writer, object graph) 295public override void WriteObjectContent(XmlWriter writer, object graph) 305public override void WriteStartObject(XmlWriter writer, object graph)
System\Runtime\Serialization\Json\JsonWriterDelegator.cs (2)
19public JsonWriterDelegator(XmlWriter writer) 24public JsonWriterDelegator(XmlWriter writer, DateTimeFormat dateTimeFormat)
System\Runtime\Serialization\NetDataContractSerializer.cs (4)
192public override void WriteObject(XmlWriter writer, object graph) 197public override void WriteStartObject(XmlWriter writer, object graph) 202public override void WriteObjectContent(XmlWriter writer, object graph) 207public override void WriteEndObject(XmlWriter writer)
System\Runtime\Serialization\SchemaExporter.cs (2)
349XmlWriter xmlWriter = XmlWriter.Create(stringWriter, writerSettings);
System\Runtime\Serialization\XmlObjectSerializer.cs (4)
33public virtual void WriteObject(XmlWriter writer, object graph) 39public virtual void WriteStartObject(XmlWriter writer, object graph) 45public virtual void WriteObjectContent(XmlWriter writer, object graph) 51public virtual void WriteEndObject(XmlWriter writer)
System\Runtime\Serialization\XmlSerializableServices.cs (1)
60public static void WriteNodes(XmlWriter xmlWriter, XmlNode[] nodes)
System\Runtime\Serialization\XmlSerializableWriter.cs (2)
11XmlWriter xmlWriter; 15internal void BeginWrite(XmlWriter xmlWriter, object obj)
System\Runtime\Serialization\XmlWriterDelegator.cs (3)
21protected XmlWriter writer; 26public XmlWriterDelegator(XmlWriter writer) 33internal XmlWriter Writer
System\Xml\XmlDictionaryWriter.cs (3)
100static public XmlDictionaryWriter CreateDictionaryWriter(XmlWriter writer) 1153XmlWriter writer; 1157public XmlWrappedWriter(XmlWriter writer)
System.ServiceModel (293)
System\ServiceModel\Administration\ServiceInfo.cs (2)
135using (System.Xml.XmlWriter xmlWriter = System.Xml.XmlWriter.Create(sw))
System\ServiceModel\Channels\AddressHeader.cs (1)
161public void WriteAddressHeader(XmlWriter writer)
System\ServiceModel\Channels\ContextProtocol.cs (2)
82XmlWriter writer = XmlWriter.Create(stream, writerSettings);
System\ServiceModel\Channels\Message.cs (5)
634public void WriteBody(XmlWriter writer) 646public void WriteStartBody(XmlWriter writer) 663public void WriteMessage(XmlWriter writer) 1846public void WriteTo(XmlWriter writer) 1853public static void WriteAttributes(XmlAttributeHolder[] attributes, XmlWriter writer)
System\ServiceModel\Channels\MessageFault.cs (1)
259public void WriteTo(XmlWriter writer, EnvelopeVersion version)
System\ServiceModel\Channels\MessageHeader.cs (1)
91public void WriteHeader(XmlWriter writer, MessageVersion messageVersion)
System\ServiceModel\Channels\MessageHeaders.cs (6)
1563public void WriteHeader(int headerIndex, XmlWriter writer) 1575public void WriteStartHeader(int headerIndex, XmlWriter writer) 1607public void WriteHeaderContents(int headerIndex, XmlWriter writer) 1649void WriteBufferedMessageHeader(IBufferedMessageData bufferedMessageData, int bufferedMessageHeaderIndex, XmlWriter writer) 1657void WriteStartBufferedMessageHeader(IBufferedMessageData bufferedMessageData, int bufferedMessageHeaderIndex, XmlWriter writer) 1666void WriteBufferedMessageHeaderContents(IBufferedMessageData bufferedMessageData, int bufferedMessageHeaderIndex, XmlWriter writer)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (3)
425public void Write(XmlWriter writer) 551internal protected override void OnWriteCustomElements(XmlWriter writer) 656internal protected override void OnWriteCustomElements(XmlWriter writer)
System\ServiceModel\Channels\TextMessageEncoder.cs (1)
665void ReturnStreamedWriter(XmlWriter xmlWriter)
System\ServiceModel\Channels\TransportChannelListener.cs (1)
706internal override void WriteTo(XmlWriter xml)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceSchemas.cs (25)
29public void WriteXml(XmlWriter xmlWriter) 87internal override void WriteTo(XmlWriter xmlWriter) 120internal override void WriteTo(XmlWriter xmlWriter) 140internal override void WriteTo(XmlWriter xmlWriter) 170internal override void WriteTo(XmlWriter xmlWriter) 182internal override void WriteTo(XmlWriter xmlWriter) 209internal override void WriteTo(XmlWriter xmlWriter) 273internal override void WriteTo(XmlWriter xmlWriter) 305internal override void WriteTo(XmlWriter xmlWriter) 330internal override void WriteTo(XmlWriter xmlWriter) 365internal override void WriteTo(XmlWriter xmlWriter) 419internal override void WriteTo(XmlWriter xmlWriter) 448internal override void WriteTo(XmlWriter xmlWriter) 481internal override void WriteTo(XmlWriter xmlWriter) 519internal override void WriteTo(XmlWriter xmlWriter) 678internal override void WriteTo(XmlWriter xmlWriter) 773internal override void WriteTo(XmlWriter xmlWriter) 820public void WriteXml(XmlWriter xmlWriter) 867internal override void WriteTo(XmlWriter xmlWriter) 894internal override void WriteTo(XmlWriter xmlWriter) 938internal override void WriteTo(XmlWriter xmlWriter) 976internal override void WriteTo(XmlWriter xmlWriter) 1002internal override void WriteTo(XmlWriter xmlWriter) 1029internal override void WriteTo(XmlWriter xmlWriter) 1061internal override void WriteTo(XmlWriter xmlWriter)
System\ServiceModel\ComIntegration\ComPlusTraceRecord.cs (1)
15public static void SerializeRecord (XmlWriter xmlWriter, object o)
System\ServiceModel\Configuration\AddressHeaderCollectionElement.cs (1)
78protected override bool SerializeToXmlElement(XmlWriter writer, String elementName)
System\ServiceModel\Configuration\IssuedTokenParametersElement.cs (1)
286protected override bool SerializeToXmlElement(XmlWriter writer, String elementName)
System\ServiceModel\Configuration\SecurityElementBase.cs (2)
812protected override bool SerializeToXmlElement(XmlWriter writer, String elementName) 833protected override bool SerializeElement(XmlWriter writer, bool serializeCollectionKey)
System\ServiceModel\Configuration\ServiceModelExtensionElement.cs (2)
293protected override bool SerializeElement(XmlWriter writer, bool serializeCollectionKey) 299internal bool SerializeInternal(XmlWriter writer, bool serializeCollectionKey)
System\ServiceModel\Configuration\UnrecognizedPolicyAssertionElement.cs (3)
57protected override bool SerializeToXmlElement(XmlWriter writer, String elementName) 127void WriteComment(string text, int indent, XmlWriter writer, XmlWriterSettings settings) 144XmlWriterSettings WriterSettings(XmlWriter writer)
System\ServiceModel\Configuration\XmlElementElement.cs (1)
69protected override bool SerializeToXmlElement(XmlWriter writer, String elementName)
System\ServiceModel\Configuration\XPathMessageFilterElement.cs (5)
37using (XmlWriter tempWriter = XmlWriter.Create(filterStringBuilder, settings)) 103protected override bool SerializeToXmlElement(XmlWriter writer, String elementName) 118using (XmlWriter tempWriter = XmlWriter.Create(filterStringBuilder, settings))
System\ServiceModel\Description\MetadataExchangeClient.cs (2)
1089XmlWriter xmlWriter = XmlWriter.Create(stringWriter);
System\ServiceModel\Description\MetadataReference.cs (1)
57void IXmlSerializable.WriteXml(XmlWriter writer)
System\ServiceModel\Description\MetadataSet.cs (3)
49public void WriteTo(XmlWriter writer) 85void IXmlSerializable.WriteXml(XmlWriter writer) 90void WriteMetadataSet(XmlWriter writer, bool processOuterElement)
System\ServiceModel\Description\ServiceMetadataExtension.cs (3)
1429XmlWriter writer; 1430public HelpPageWriter(XmlWriter writer) 1741internal XmlWriter Writer;
System\ServiceModel\Description\WsdlExporter.cs (2)
603XmlWriter xw = XmlWriter.Create(stream);
System\ServiceModel\Diagnostics\ChannelTraceRecord.cs (1)
22internal override void WriteTo(XmlWriter xml)
System\ServiceModel\Diagnostics\CollectionTraceRecord.cs (1)
27internal override void WriteTo(XmlWriter xml)
System\ServiceModel\Diagnostics\HttpErrorTraceRecord.cs (1)
25internal override void WriteTo(XmlWriter writer)
System\ServiceModel\Diagnostics\HttpListenerRequestTraceRecord.cs (1)
22internal override void WriteTo(XmlWriter writer)
System\ServiceModel\Diagnostics\MessageDroppedTraceRecord.cs (1)
22internal override void WriteTo(XmlWriter xml)
System\ServiceModel\Diagnostics\MessageHeaderInfoTraceRecord.cs (1)
21internal override void WriteTo(XmlWriter xml)
System\ServiceModel\Diagnostics\MessageLoggingFilterTraceRecord.cs (1)
22internal override void WriteTo(XmlWriter writer)
System\ServiceModel\Diagnostics\MessageLogTraceRecord.cs (3)
133internal override void WriteTo(XmlWriter writer) 267void WriteAddressingProperties(XmlWriter dictionaryWriter) 297void WriteHttpProperties(XmlWriter dictionaryWriter)
System\ServiceModel\Diagnostics\MessageTraceRecord.cs (1)
34internal override void WriteTo(XmlWriter xml)
System\ServiceModel\Diagnostics\MessageTransmitTraceRecord.cs (1)
64internal override void WriteTo(XmlWriter xml)
System\ServiceModel\Diagnostics\PeerNodeTraceRecord.cs (14)
49internal override void WriteTo(XmlWriter writer) 105internal override void WriteTo(XmlWriter writer) 162internal override void WriteTo(XmlWriter writer) 189internal override void WriteTo(XmlWriter writer) 224internal override void WriteTo(XmlWriter writer) 234static internal void WriteClaimSet(XmlWriter writer, ClaimSet claimSet) 292internal override void WriteTo(XmlWriter writer) 320internal override void WriteTo(XmlWriter writer) 348internal override void WriteTo(XmlWriter writer) 378void WriteEntry(XmlWriter writer, PnrpPeerResolver.PnrpRegistration entry) 391void WriteEntries(XmlWriter writer, IEnumerable<PnrpPeerResolver.PnrpRegistration> entries) 401internal override void WriteTo(XmlWriter writer) 429internal override void WriteTo(XmlWriter writer) 456internal override void WriteTo(XmlWriter writer)
System\ServiceModel\Diagnostics\PerformanceCounterTraceRecord.cs (1)
36internal override void WriteTo(XmlWriter writer)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (23)
532static void WritePossibleGenericXmlToken(XmlWriter writer, string startElement, SecurityToken token) 551static void WriteGenericXmlToken(XmlWriter xml, SecurityToken sessiontoken) 574static void WriteSecurityContextToken(XmlWriter xml, SecurityContextSecurityToken token) 584static internal void WriteClaim(XmlWriter xml, Claim claim) 639internal override void WriteTo(XmlWriter xml) 682internal override void WriteTo(XmlWriter xml) 746internal override void WriteTo(XmlWriter xml) 792internal override void WriteTo(XmlWriter xml) 829internal override void WriteTo(XmlWriter xml) 861internal override void WriteTo(XmlWriter xml) 886internal override void WriteTo(XmlWriter xml) 934internal override void WriteTo(XmlWriter xml) 954internal override void WriteTo(XmlWriter xml) 976internal override void WriteTo(XmlWriter xml) 1015internal override void WriteTo(XmlWriter xml) 1060internal override void WriteTo(XmlWriter xml) 1092internal override void WriteTo(XmlWriter xml) 1158internal override void WriteTo(XmlWriter xml) 1186internal override void WriteTo(XmlWriter xml) 1213internal override void WriteTo(XmlWriter xml) 1269internal override void WriteTo(XmlWriter xml) 1312internal override void WriteTo(XmlWriter xml) 1350internal override void WriteTo(XmlWriter xml)
System\ServiceModel\Diagnostics\ServiceConfigurationTraceRecord.cs (2)
23internal override void WriteTo(XmlWriter xml) 77void WriteElementString(string name, string value, XmlWriter xml)
System\ServiceModel\Diagnostics\WmiPutTraceRecord.cs (1)
28internal override void WriteTo(XmlWriter xml)
System\ServiceModel\Diagnostics\WsrmTraceRecord.cs (5)
24internal override void WriteTo(XmlWriter writer) 42internal override void WriteTo(XmlWriter writer) 62internal override void WriteTo(XmlWriter writer) 83internal override void WriteTo(XmlWriter writer) 104internal override void WriteTo(XmlWriter writer)
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (4)
602void IXmlSerializable.WriteXml(XmlWriter writer) 607protected virtual void OnWriteXml(XmlWriter writer) 620protected void WriteXPath(XmlWriter writer, IXmlNamespaceResolver resolver) 699public void WriteXPathTo(XmlWriter writer, string prefix, string localName, string ns, bool writeNamespaces)
System\ServiceModel\EndpointAddress.cs (3)
1171public void WriteContentsTo(AddressingVersion addressingVersion, XmlWriter writer) 1206public void WriteTo(AddressingVersion addressingVersion, XmlWriter writer) 1218public void WriteTo(AddressingVersion addressingVersion, XmlWriter writer, string localName, string ns)
System\ServiceModel\EndpointAddress10.cs (1)
53void IXmlSerializable.WriteXml(XmlWriter writer)
System\ServiceModel\EndpointAddressAugust2004.cs (1)
53void IXmlSerializable.WriteXml(XmlWriter writer)
System\ServiceModel\Security\DerivedKeyCachingSecurityTokenSerializer.cs (3)
137protected override void WriteKeyIdentifierClauseCore(XmlWriter writer, SecurityKeyIdentifierClause keyIdentifierClause) 142protected override void WriteKeyIdentifierCore(XmlWriter writer, SecurityKeyIdentifier keyIdentifier) 147protected override void WriteTokenCore(XmlWriter writer, SecurityToken token)
System\ServiceModel\Security\InfoCardHelper.cs (1)
799using (XmlWriter writer = new XmlTextWriter(buffer, Encoding.UTF8))
System\ServiceModel\Security\RequestSecurityToken.cs (4)
513void OnWriteTo(XmlWriter writer) 525public void WriteTo(XmlWriter writer) 579internal protected virtual void OnWriteCustomAttributes(XmlWriter writer) { } 581internal protected virtual void OnWriteCustomElements(XmlWriter writer) { }
System\ServiceModel\Security\RequestSecurityTokenResponse.cs (4)
590void OnWriteTo(XmlWriter w) 602public void WriteTo(XmlWriter writer) 680protected internal virtual void OnWriteCustomAttributes(XmlWriter writer) 683protected internal virtual void OnWriteCustomElements(XmlWriter writer)
System\ServiceModel\Security\RequestSecurityTokenResponseCollection.cs (1)
53public void WriteTo(XmlWriter writer)
System\ServiceModel\Security\SecurityAppliedMessage.cs (2)
443XmlWriter writer; 445public MessagePrefixGenerator(XmlWriter writer)
System\ServiceModel\Security\SecurityVerifiedMessage.cs (1)
564static void WriteNamespaceDeclarations(XmlAttributeHolder[] attributes, XmlWriter writer)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
470void WriteToken(XmlWriter xmlWriter, SecurityToken token, string usage)
System\ServiceModel\Security\TrustDriver.cs (3)
154public abstract void WriteRequestSecurityToken(RequestSecurityToken rst, XmlWriter w); 157public abstract void WriteRequestSecurityTokenResponse(RequestSecurityTokenResponse rstr, XmlWriter w); 160public abstract void WriteRequestSecurityTokenResponseCollection(RequestSecurityTokenResponseCollection rstrCollection, XmlWriter writer);
System\ServiceModel\Security\WSSecurityPolicy.cs (1)
2285XmlWriter writer;
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (3)
258protected override void WriteTokenCore(XmlWriter writer, SecurityToken token) 332protected override void WriteKeyIdentifierCore(XmlWriter writer, SecurityKeyIdentifier keyIdentifier) 380protected override void WriteKeyIdentifierClauseCore(XmlWriter writer, SecurityKeyIdentifierClause keyIdentifierClause)
System\ServiceModel\Security\WsSecurityTokenSerializerAdapter.cs (2)
252protected override void WriteTokenCore( XmlWriter writer, SecurityToken token ) 447protected override void WriteKeyIdentifierClauseCore( XmlWriter writer, SecurityKeyIdentifierClause keyIdentifierClause )
System\ServiceModel\Security\WSTrust.cs (5)
1004void WriteAppliesTo(object appliesTo, Type appliesToType, XmlObjectSerializer serializer, XmlWriter xmlWriter) 1015public void WriteBinaryNegotiation(BinaryNegotiation negotiation, XmlWriter xmlWriter) 1026public override void WriteRequestSecurityToken(RequestSecurityToken rst, XmlWriter xmlWriter) 1118public override void WriteRequestSecurityTokenResponse(RequestSecurityTokenResponse rstr, XmlWriter xmlWriter) 1238public override void WriteRequestSecurityTokenResponseCollection(RequestSecurityTokenResponseCollection rstrCollection, XmlWriter xmlWriter)
System\ServiceModel\Security\XmlHelper.cs (1)
380static public void WriteElementStringAsUniqueId(XmlWriter writer, string localName, UniqueId id)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (20)
128void IXmlSerializable.WriteXml(XmlWriter writer) 150public override void WriteTo(XmlWriter writer) 254internal static void WriteCategory(XmlWriter writer, SyndicationCategory category, string version) 398internal void WriteContentTo(XmlWriter writer, string elementName, SyndicationContent content) 406internal void WriteElement(XmlWriter writer, string elementName, string value) 414internal void WriteFeedAuthorsTo(XmlWriter writer, Collection<SyndicationPerson> authors) 423internal void WriteFeedContributorsTo(XmlWriter writer, Collection<SyndicationPerson> contributors) 432internal void WriteFeedLastUpdatedTimeTo(XmlWriter writer, DateTimeOffset lastUpdatedTime, bool isRequired) 444internal void WriteItemAuthorsTo(XmlWriter writer, Collection<SyndicationPerson> authors) 453internal void WriteItemContents(XmlWriter dictWriter, SyndicationItem item) 458internal void WriteItemContributorsTo(XmlWriter writer, Collection<SyndicationPerson> contributors) 467internal void WriteItemLastUpdatedTimeTo(XmlWriter writer, DateTimeOffset lastUpdatedTime) 478internal void WriteLink(XmlWriter writer, SyndicationLink link, Uri baseUri) 553protected virtual void WriteItem(XmlWriter writer, SyndicationItem item, Uri feedBaseUri) 562protected virtual void WriteItems(XmlWriter writer, IEnumerable<SyndicationItem> items, Uri feedBaseUri) 1195void WriteCategoriesTo(XmlWriter writer, Collection<SyndicationCategory> categories) 1203void WriteFeed(XmlWriter writer) 1212void WriteFeedTo(XmlWriter writer, SyndicationFeed feed, bool isSourceFeed) 1264void WriteItemContents(XmlWriter dictWriter, SyndicationItem item, Uri feedBaseUri) 1304void WritePersonTo(XmlWriter writer, SyndicationPerson p, string elementName)
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (3)
121void IXmlSerializable.WriteXml(XmlWriter writer) 143public override void WriteTo(XmlWriter writer) 167void WriteItem(XmlWriter writer)
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (3)
114void IXmlSerializable.WriteXml(XmlWriter writer) 144public override void WriteTo(XmlWriter writer) 247void WriteDocument(XmlWriter writer)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (11)
97void IXmlSerializable.WriteXml(XmlWriter writer) 128public override void WriteTo(XmlWriter writer) 194internal static void WriteCategoriesInnerXml(XmlWriter writer, CategoriesDocument categories, Uri baseUri, string version) 400static void WriteCategories(XmlWriter writer, CategoriesDocument categories, Uri baseUri, string version) 407static void WriteInlineCategoriesContent(XmlWriter writer, InlineCategoriesDocument categories, string version) 426static void WriteReferencedCategoriesContent(XmlWriter writer, ReferencedCategoriesDocument categories, string version) 436static void WriteXmlBase(XmlWriter writer, Uri baseUri) 441static void WriteXmlLang(XmlWriter writer, string lang) 717void WriteCollection(XmlWriter writer, ResourceCollectionInfo collection, Uri baseUri) 747void WriteDocument(XmlWriter writer) 769void WriteWorkspace(XmlWriter writer, Workspace workspace, Uri baseUri)
System\ServiceModel\Syndication\CategoriesDocument.cs (3)
86public void Save(XmlWriter writer) 101protected internal virtual void WriteAttributeExtensions(XmlWriter writer, string version) 106protected internal virtual void WriteElementExtensions(XmlWriter writer, string version)
System\ServiceModel\Syndication\CategoriesDocumentFormatter.cs (1)
42public abstract void WriteTo(XmlWriter writer);
System\ServiceModel\Syndication\ExtensibleSyndicationObject.cs (2)
104internal void WriteAttributeExtensions(XmlWriter writer) 120internal void WriteElementExtensions(XmlWriter writer)
System\ServiceModel\Syndication\ResourceCollectionInfo.cs (2)
152protected internal virtual void WriteAttributeExtensions(XmlWriter writer, string version) 157protected internal virtual void WriteElementExtensions(XmlWriter writer, string version)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (11)
140void IXmlSerializable.WriteXml(XmlWriter writer) 162public override void WriteTo(XmlWriter writer) 194internal void WriteItemContents(XmlWriter writer, SyndicationItem item) 241protected virtual void WriteItem(XmlWriter writer, SyndicationItem item, Uri feedBaseUri) 250protected virtual void WriteItems(XmlWriter writer, IEnumerable<SyndicationItem> items, Uri feedBaseUri) 1052void WriteAlternateLink(XmlWriter writer, SyndicationLink link, Uri baseUri) 1065void WriteCategory(XmlWriter writer, SyndicationCategory category) 1081void WriteFeed(XmlWriter writer) 1221void WriteItemContents(XmlWriter writer, SyndicationItem item, Uri feedBaseUri) 1429void WriteMediaEnclosure(XmlWriter writer, SyndicationLink link, Uri baseUri) 1453void WritePerson(XmlWriter writer, string elementTag, SyndicationPerson person)
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (3)
139void IXmlSerializable.WriteXml(XmlWriter writer) 161public override void WriteTo(XmlWriter writer) 185void WriteItem(XmlWriter writer)
System\ServiceModel\Syndication\ServiceDocument.cs (3)
90public void Save(XmlWriter writer) 110protected internal virtual void WriteAttributeExtensions(XmlWriter writer, string version) 115protected internal virtual void WriteElementExtensions(XmlWriter writer, string version)
System\ServiceModel\Syndication\ServiceDocumentFormatter.cs (9)
42public abstract void WriteTo(XmlWriter writer); 229protected static void WriteAttributeExtensions(XmlWriter writer, ServiceDocument document, string version) 238protected static void WriteAttributeExtensions(XmlWriter writer, Workspace workspace, string version) 247protected static void WriteAttributeExtensions(XmlWriter writer, ResourceCollectionInfo collection, string version) 256protected static void WriteAttributeExtensions(XmlWriter writer, CategoriesDocument categories, string version) 265protected static void WriteElementExtensions(XmlWriter writer, ServiceDocument document, string version) 274protected static void WriteElementExtensions(XmlWriter writer, Workspace workspace, string version) 283protected static void WriteElementExtensions(XmlWriter writer, ResourceCollectionInfo collection, string version) 292protected static void WriteElementExtensions(XmlWriter writer, CategoriesDocument categories, string version)
System\ServiceModel\Syndication\SyndicationCategory.cs (2)
96protected internal virtual void WriteAttributeExtensions(XmlWriter writer, string version) 101protected internal virtual void WriteElementExtensions(XmlWriter writer, string version)
System\ServiceModel\Syndication\SyndicationContent.cs (2)
89public void WriteTo(XmlWriter writer, string outerElementName, string outerElementNamespace) 135protected abstract void WriteContentsTo(XmlWriter writer);
System\ServiceModel\Syndication\SyndicationElementExtension.cs (4)
182public void WriteTo(XmlWriter writer) 249public void WriteTo(XmlWriter writer) 318using (XmlWriter writer = XmlWriter.Create(stream))
System\ServiceModel\Syndication\SyndicationElementExtensionCollection.cs (2)
136internal void WriteTo(XmlWriter writer) 213using (XmlWriter writer = newBuffer.OpenSection(XmlDictionaryReaderQuotas.Max))
System\ServiceModel\Syndication\SyndicationFeed.cs (4)
303public void SaveAsAtom10(XmlWriter writer) 308public void SaveAsRss20(XmlWriter writer) 343protected internal virtual void WriteAttributeExtensions(XmlWriter writer, string version) 348protected internal virtual void WriteElementExtensions(XmlWriter writer, string version)
System\ServiceModel\Syndication\SyndicationFeedFormatter.cs (11)
57public abstract void WriteTo(XmlWriter writer); 282internal static protected void WriteAttributeExtensions(XmlWriter writer, SyndicationFeed feed, string version) 291internal static protected void WriteAttributeExtensions(XmlWriter writer, SyndicationItem item, string version) 300internal static protected void WriteAttributeExtensions(XmlWriter writer, SyndicationCategory category, string version) 309internal static protected void WriteAttributeExtensions(XmlWriter writer, SyndicationLink link, string version) 318internal static protected void WriteAttributeExtensions(XmlWriter writer, SyndicationPerson person, string version) 327internal static protected void WriteElementExtensions(XmlWriter writer, SyndicationFeed feed, string version) 336internal static protected void WriteElementExtensions(XmlWriter writer, SyndicationItem item, string version) 345internal static protected void WriteElementExtensions(XmlWriter writer, SyndicationCategory category, string version) 354internal static protected void WriteElementExtensions(XmlWriter writer, SyndicationLink link, string version) 363internal static protected void WriteElementExtensions(XmlWriter writer, SyndicationPerson person, string version)
System\ServiceModel\Syndication\SyndicationItem.cs (4)
264public void SaveAsAtom10(XmlWriter writer) 269public void SaveAsRss20(XmlWriter writer) 305protected internal virtual void WriteAttributeExtensions(XmlWriter writer, string version) 310protected internal virtual void WriteElementExtensions(XmlWriter writer, string version)
System\ServiceModel\Syndication\SyndicationItemFormatter.cs (9)
58public abstract void WriteTo(XmlWriter writer); 188protected static void WriteAttributeExtensions(XmlWriter writer, SyndicationItem item, string version) 193protected static void WriteAttributeExtensions(XmlWriter writer, SyndicationCategory category, string version) 198protected static void WriteAttributeExtensions(XmlWriter writer, SyndicationLink link, string version) 203protected static void WriteAttributeExtensions(XmlWriter writer, SyndicationPerson person, string version) 208protected static void WriteElementExtensions(XmlWriter writer, SyndicationItem item, string version) 215protected void WriteElementExtensions(XmlWriter writer, SyndicationCategory category, string version) 220protected void WriteElementExtensions(XmlWriter writer, SyndicationLink link, string version) 225protected void WriteElementExtensions(XmlWriter writer, SyndicationPerson person, string version)
System\ServiceModel\Syndication\SyndicationLink.cs (2)
181protected internal virtual void WriteAttributeExtensions(XmlWriter writer, string version) 186protected internal virtual void WriteElementExtensions(XmlWriter writer, string version)
System\ServiceModel\Syndication\SyndicationPerson.cs (2)
99protected internal virtual void WriteAttributeExtensions(XmlWriter writer, string version) 104protected internal virtual void WriteElementExtensions(XmlWriter writer, string version)
System\ServiceModel\Syndication\TextSyndicationContent.cs (1)
73protected override void WriteContentsTo(XmlWriter writer)
System\ServiceModel\Syndication\UrlSyndicationContent.cs (1)
53protected override void WriteContentsTo(XmlWriter writer)
System\ServiceModel\Syndication\Workspace.cs (2)
99protected internal virtual void WriteAttributeExtensions(XmlWriter writer, string version) 104protected internal virtual void WriteElementExtensions(XmlWriter writer, string version)
System\ServiceModel\Syndication\XmlSyndicationContent.cs (1)
167protected override void WriteContentsTo(XmlWriter writer)
System\ServiceModel\XmlBuffer.cs (1)
138public void WriteTo(int sectionIndex, XmlWriter writer)
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HttpRequestTraceRecord.cs (1)
22internal override void WriteTo(XmlWriter writer)
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\ByteStreamMessageEncoder.cs (2)
159using (XmlWriter writer = new XmlByteStreamWriter(stream, false)) 233using (XmlWriter writer = new XmlByteStreamWriter(stream, true))
System.ServiceModel.Discovery (25)
System\ServiceModel\Discovery\DiscoveryMessageSequence.cs (1)
177internal void WriteTo(XmlWriter writer)
System\ServiceModel\Discovery\EndpointDiscoveryMetadata.cs (1)
411internal void WriteTo(DiscoveryVersion discoveryVersion, XmlWriter writer)
System\ServiceModel\Discovery\FindCriteria.cs (1)
359internal void WriteTo(DiscoveryVersion discoveryVersion, XmlWriter writer)
System\ServiceModel\Discovery\ResolveCriteria.cs (1)
136internal void WriteTo(DiscoveryVersion discoveryVersion, XmlWriter writer)
System\ServiceModel\Discovery\SerializationUtility.cs (9)
120static void PrepareQNameString(StringBuilder listOfQNamesString, ref bool emptyNsDeclared, ref int prefixCount, XmlWriter writer, XmlQualifiedName qname) 154public static void WriteQName(XmlWriter writer, XmlQualifiedName qname) 166public static void WriteListOfQNames(XmlWriter writer, Collection<XmlQualifiedName> qnames) 185public static void WriteListOfUris(XmlWriter writer, Collection<Uri> uris) 395public static void WriteEndPointAddress(DiscoveryVersion discoveryVersion, EndpointAddress endpointAddress, XmlWriter writer) 416public static void WriteContractTypeNames(DiscoveryVersion discoveryVersion, Collection<XmlQualifiedName> contractTypeNames, XmlWriter writer) 431public static void WriteScopes(DiscoveryVersion discoveryVersion, Collection<Uri> scopes, Uri scopeMatchBy, XmlWriter writer) 461public static void WriteListenUris(DiscoveryVersion discoveryVersion, Collection<Uri> listenUris, XmlWriter writer) 471public static void WriteMetadataVersion(DiscoveryVersion discoveryVersion, int metadataVersion, XmlWriter writer)
System\ServiceModel\Discovery\Version11\DiscoveryMessageSequence11.cs (1)
63public void WriteXml(XmlWriter writer)
System\ServiceModel\Discovery\Version11\EndpointDiscoveryMetadata11.cs (1)
64public void WriteXml(XmlWriter writer)
System\ServiceModel\Discovery\Version11\FindCriteria11.cs (1)
64public void WriteXml(XmlWriter writer)
System\ServiceModel\Discovery\Version11\ResolveCriteria11.cs (1)
63public void WriteXml(XmlWriter writer)
System\ServiceModel\Discovery\VersionApril2005\DiscoveryMessageSequenceApril2005.cs (1)
63public void WriteXml(XmlWriter writer)
System\ServiceModel\Discovery\VersionApril2005\EndpointDiscoveryMetadataApril2005.cs (1)
64public void WriteXml(XmlWriter writer)
System\ServiceModel\Discovery\VersionApril2005\FindCriteriaApril2005.cs (1)
64public void WriteXml(XmlWriter writer)
System\ServiceModel\Discovery\VersionApril2005\ResolveCriteriaApril2005.cs (1)
63public void WriteXml(XmlWriter writer)
System\ServiceModel\Discovery\VersionCD1\DiscoveryMessageSequenceCD1.cs (1)
63public void WriteXml(XmlWriter writer)
System\ServiceModel\Discovery\VersionCD1\EndpointDiscoveryMetadataCD1.cs (1)
64public void WriteXml(XmlWriter writer)
System\ServiceModel\Discovery\VersionCD1\FindCriteriaCD1.cs (1)
64public void WriteXml(XmlWriter writer)
System\ServiceModel\Discovery\VersionCD1\ResolveCriteriaCD1.cs (1)
63public void WriteXml(XmlWriter writer)
System.ServiceModel.Internals (4)
System\Runtime\Diagnostics\DiagnosticTraceBase.cs (1)
352protected static void AddExceptionToTraceString(XmlWriter xml, Exception exception)
System\Runtime\Diagnostics\DictionaryTraceRecord.cs (1)
21internal override void WriteTo(XmlWriter xml)
System\Runtime\Diagnostics\StringTraceRecord.cs (1)
26internal override void WriteTo(XmlWriter writer)
System\Runtime\Diagnostics\TraceRecord.cs (1)
17internal virtual void WriteTo(XmlWriter writer)
System.ServiceModel.Web (15)
System\ServiceModel\Channels\JsonMessageEncoderFactory.cs (1)
386void ReturnStreamedWriter(XmlWriter xmlWriter)
System\ServiceModel\Channels\StreamBodyWriter.cs (2)
73XmlWriter writer; 75public XmlWriterBackedStream(XmlWriter writer, bool isQuirkedTo40Behavior)
System\ServiceModel\Channels\WebScriptMetadataMessageEncoderFactory.cs (2)
145XmlWriter writer = XmlWriter.Create(stream, settings);
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (3)
124public static void GenerateJsonSample(XmlSchemaSet schemaSet, XmlQualifiedName name, XmlWriter writer, IDictionary<XmlQualifiedName, Type> knownTypes) 144public static void GenerateXmlSample(XmlSchemaSet schemaSet, XmlQualifiedName name, XmlWriter writer) 803public XmlWriter writer;
System\ServiceModel\Dispatcher\HelpHtmlBuilder.cs (3)
349using (XmlWriter writer = XmlWriter.Create(schemaDocument.CreateWriter(), settings)) 374using (XmlWriter writer = XmlTextWriter.Create(sample, new XmlWriterSettings { Indent = true, OmitXmlDeclaration = true }))
System\ServiceModel\Dispatcher\HelpPage.cs (4)
422using (XmlWriter writer = XmlWriter.Create(exampleDocument.CreateWriter(), settings)) 439using (XmlWriter writer = XmlWriter.Create(XmlExampleDocument.CreateWriter(), settings))
System.Transactions (39)
System\Transactions\Trace\DiagnosticTrace.cs (1)
691static void AddExceptionToTraceString(XmlWriter xml, Exception exception)
System\Transactions\Trace\TraceRecord.cs (1)
35internal abstract void WriteTo(XmlWriter xml);
System\Transactions\Trace\TraceRecords.cs (37)
57internal static void WriteTxId(XmlWriter writer, TransactionTraceIdentifier txTraceId) 79internal static void WriteEnId(XmlWriter writer, EnlistmentTraceIdentifier enId) 88internal static void WriteTraceSource( XmlWriter writer, string traceSource ) 123internal override void WriteTo(XmlWriter xml) 159internal override void WriteTo(XmlWriter xml) 203internal override void WriteTo(XmlWriter xml) 241internal override void WriteTo(XmlWriter xml) 278internal override void WriteTo(XmlWriter xml) 315internal override void WriteTo(XmlWriter xml) 352internal override void WriteTo(XmlWriter xml) 386internal override void WriteTo(XmlWriter xml) 420internal override void WriteTo(XmlWriter xml) 454internal override void WriteTo(XmlWriter xml) 488internal override void WriteTo(XmlWriter xml) 524internal override void WriteTo(XmlWriter xml) 559internal override void WriteTo(XmlWriter xml) 593internal override void WriteTo(XmlWriter xml) 627internal override void WriteTo(XmlWriter xml) 664internal override void WriteTo(XmlWriter xml) 699internal override void WriteTo(XmlWriter xml) 734internal override void WriteTo(XmlWriter xml) 772internal override void WriteTo(XmlWriter xml) 807internal override void WriteTo(XmlWriter xml) 842internal override void WriteTo(XmlWriter xml) 879internal override void WriteTo(XmlWriter xml) 915internal override void WriteTo(XmlWriter xml) 950internal override void WriteTo(XmlWriter xml) 990internal override void WriteTo(XmlWriter xml) 1024internal override void WriteTo(XmlWriter xml) 1058internal override void WriteTo(XmlWriter xml) 1076internal override void WriteTo(XmlWriter xml) 1131internal override void WriteTo(XmlWriter xml) 1167internal override void WriteTo(XmlWriter xml) 1202internal override void WriteTo(XmlWriter xml) 1236internal override void WriteTo(XmlWriter xml) 1271internal override void WriteTo(XmlWriter xml) 1303internal override void WriteTo(XmlWriter xml)
System.Web (15)
Configuration\AuthorizationRule.cs (2)
335protected override bool SerializeElement(XmlWriter writer, bool serializeCollectionKey) { 427protected override void PreSerialize(XmlWriter writer) {
Configuration\GlobalizationSection.cs (1)
258protected override void PreSerialize(XmlWriter writer) {
Configuration\ProfileGroupSettingsCollection.cs (1)
111internal bool InternalSerialize(XmlWriter writer, bool serializeCollectionKey) {
Configuration\RootProfilePropertySettingsCollection.cs (1)
123protected override bool SerializeElement(XmlWriter writer, bool serializeCollectionKey) {
Configuration\TagMapInfo.cs (1)
109protected override bool SerializeElement(XmlWriter writer, bool serializeCollectionKey) {
UI\WebControls\xml.cs (2)
587XmlWriter writer = XmlWriter.Create(output);
UI\WebControls\XmlDataSource.cs (2)
623XmlWriter writer = XmlWriter.Create(ms);
UI\WebParts\WebPartManager.cs (5)
2119public virtual void ExportWebPart(WebPart webPart, XmlWriter writer) { 2192private void ExportIPersonalizable(XmlWriter writer, Control control, bool excludeSensitive) { 2205private static void ExportProperty(XmlWriter writer, string name, string value, Type type, 2223private void ExportToWriter(IDictionary propBag, XmlWriter writer) { 2228XmlWriter writer,
System.Web.DataVisualization (4)
Common\General\ChartSerializer.cs (1)
462 public void Save(XmlWriter writer)
Common\Utilities\XmlSerializer.cs (3)
1320internal void Serialize(object objectToSerialize, XmlWriter xmlWriter) 1365XmlWriter xmlWriter = writer as XmlWriter;
System.Web.Extensions (6)
ClientServices\Providers\ClientData.cs (6)
120private static void WriteStringArray(XmlWriter writer, string [] arrToWrite) 165using (XmlWriter writer = XmlWriter.Create(FileName)) { 173using (XmlWriter writer = XmlWriter.Create(fs)) { 181private void Save(XmlWriter writer)
System.Web.Services (13)
System\Web\Services\Description\ServiceDescription.cs (1)
434public void Write(XmlWriter writer) {
System\Web\Services\Discovery\DiscoveryDocument.cs (1)
117public void Write(XmlWriter writer) {
System\Web\Services\Protocols\Soap11ServerProtocol.cs (1)
88internal override void WriteFault(XmlWriter writer, SoapException soapException, HttpStatusCode statusCode) {
System\Web\Services\Protocols\Soap12ServerProtocol.cs (2)
108internal override void WriteFault(XmlWriter writer, SoapException soapException, HttpStatusCode statusCode) { 163private static void WriteFaultCodeValue(XmlWriter writer, XmlQualifiedName code, SoapFaultSubCode subcode) {
System\Web\Services\Protocols\SoapClientProtocol.cs (2)
237protected virtual XmlWriter GetWriterForMessage(SoapClientMessage message, int bufferSize) { 554XmlWriter writer = GetWriterForMessage(message, 1024);
System\Web\Services\Protocols\SoapHeader.cs (2)
291public static void WriteHeaders(XmlWriter writer, XmlSerializer serializer, SoapHeaderCollection headers, SoapHeaderMapping[] mappings, SoapHeaderDirection direction, bool isEncoded, string defaultNS, bool serviceDefaultIsEncoded, string envelopeNS) { 373public static void WriteUnknownHeaders(XmlWriter writer, SoapHeaderCollection headers, string envelopeNS) {
System\Web\Services\Protocols\SoapServerProtocol.cs (4)
251protected virtual XmlWriter GetWriterForMessage(SoapServerMessage message, int bufferSize) { 685XmlWriter writer = GetWriterForMessage(message, 1024); 788XmlWriter writer = GetWriterForMessage(message, 512); 955internal abstract void WriteFault(XmlWriter writer, SoapException soapException, HttpStatusCode statusCode);
System.Windows.Forms (3)
winforms\Managed\System\Resources\ResXResourceWriter.cs (1)
369private XmlWriter Writer {
winforms\Managed\System\WinForms\TableLayoutSettingsTypeConverter.cs (2)
75XmlWriter xmlWriter = XmlWriter.Create(xmlStringBuilder);
System.Windows.Forms.DataVisualization (4)
Common\General\ChartSerializer.cs (1)
462 public void Save(XmlWriter writer)
Common\Utilities\XmlSerializer.cs (3)
1320internal void Serialize(object objectToSerialize, XmlWriter xmlWriter) 1365XmlWriter xmlWriter = writer as XmlWriter;
System.Workflow.Activities (4)
Common\CompModHelpers.cs (3)
984internal static XmlWriter CreateXmlWriter(object output) 993return XmlWriter.Create(output as string, settings); 995return XmlWriter.Create(output as TextWriter, settings);
Rules\Helpers.cs (1)
161using (XmlWriter xmlWriter = Helpers.CreateXmlWriter(ruleFileWriter))
System.Workflow.ComponentModel (39)
AuthoringOM\Design\ActivityDesignerLayoutSerializers.cs (6)
25XmlWriter writer = serializationManager.WorkflowMarkupStack[typeof(XmlWriter)] as XmlWriter; 151XmlWriter writer = serializationManager.WorkflowMarkupStack[typeof(XmlWriter)] as XmlWriter;
AuthoringOM\Design\Themes.cs (2)
502XmlWriter streamWriter = null; 544using (XmlWriter xmlWriter = Helpers.CreateXmlWriter(stringWriter))
AuthoringOM\Design\XomlDesignerLoader.cs (2)
339protected void SaveDesignerLayout(XmlWriter layoutWriter, ActivityDesigner rootDesigner, out IList layoutSaveErrors) 494using (XmlWriter xmlWriter = Helpers.CreateXmlWriter(layoutWriter))
AuthoringOM\ScheduleChanges.cs (2)
575using (XmlWriter xmlWriter = Helpers.CreateXmlWriter(sw)) 768using (XmlWriter xmlWriter = Helpers.CreateXmlWriter(sw))
AuthoringOM\Serializer\ActivityMarkupSerializer.cs (6)
45XmlWriter writer = serializationManager.WorkflowMarkupStack[typeof(XmlWriter)] as XmlWriter; 159XmlWriter writer = serializationManager.WorkflowMarkupStack[typeof(XmlWriter)] as XmlWriter;
AuthoringOM\Serializer\ActivitySurrogate.cs (1)
95using (XmlWriter xmlWriter = Design.Helpers.CreateXmlWriter(changeActionsStringWriter))
AuthoringOM\Serializer\CompositeActivityMarkupSerializer.cs (3)
20XmlWriter writer = serializationManager.WorkflowMarkupStack[typeof(XmlWriter)] as XmlWriter;
AuthoringOM\Serializer\MarkupExtensionSerializer.cs (3)
34XmlWriter writer = serializationManager.WorkflowMarkupStack[typeof(XmlWriter)] as XmlWriter;
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (11)
157public void Serialize(XmlWriter writer, object obj) 171public void Serialize(IDesignerSerializationManager serializationManager, XmlWriter writer, object obj) 185XmlWriter xmlWriter = Helpers.CreateXmlWriter(xomlStringWriter); 545internal void SerializeObject(WorkflowMarkupSerializationManager serializationManager, object obj, XmlWriter writer) 592internal void SerializeContents(WorkflowMarkupSerializationManager serializationManager, object obj, XmlWriter writer, bool dictionaryKey) 2341XmlWriter writer = serializationManager.WorkflowMarkupStack[typeof(XmlWriter)] as XmlWriter; 2408XmlWriter writer = this.serializationManager.WorkflowMarkupStack[typeof(XmlWriter)] as XmlWriter;
Shared\CompModHelpers.cs (3)
982internal static XmlWriter CreateXmlWriter(object output) 991return XmlWriter.Create(output as string, settings); 993return XmlWriter.Create(output as TextWriter, settings);
System.Workflow.Runtime (9)
DebugEngine\DebugController.cs (1)
1002using (XmlWriter xmlWriter = Helpers.CreateXmlWriter(stringWriter))
Tracking\SqlTrackingQuery.cs (2)
244XmlWriter writer = XmlWriter.Create(sb);
Tracking\SqlTrackingService.cs (6)
613internal static XmlWriter CreateXmlWriter(TextWriter output) 621return XmlWriter.Create(output as TextWriter, settings); 2551XmlWriter writer = XmlWriter.Create(sb); 2572private void WriteActivity(Activity activity, XmlWriter writer) 2620using (XmlWriter xmlWriter = CreateXmlWriter(stringWriter))
System.WorkflowServices (1)
System\ServiceModel\Configuration\PersistenceProviderElement.cs (1)
118protected override bool SerializeElement(XmlWriter writer, bool serializeCollectionKey)
System.Xml (186)
System\Xml\BinHexEncoder.cs (1)
15internal static void Encode( byte[] buffer, int index, int count, XmlWriter writer ) {
System\Xml\BinHexEncoderAsync.cs (1)
7internal static async Task EncodeAsync( byte[] buffer, int index, int count, XmlWriter writer ) {
System\Xml\Core\QueryOutputWriterV1.cs (2)
28private XmlWriter wrapped; 37public QueryOutputWriterV1(XmlWriter writer, XmlWriterSettings settings) {
System\Xml\Core\XmlAsyncCheckWriter.cs (3)
12private readonly XmlWriter coreWriter = null; 15internal XmlWriter CoreWriter { 21public XmlAsyncCheckWriter(XmlWriter writer) {
System\Xml\Core\XmlAutoDetectWriter.cs (2)
374this.wrapped = ((XmlWellFormedWriter)XmlWriter.Create(this.textWriter, this.writerSettings)).RawWriter; 376this.wrapped = ((XmlWellFormedWriter)XmlWriter.Create(this.strm, this.writerSettings)).RawWriter;
System\Xml\Core\XmlCharCheckingWriter.cs (1)
63internal XmlCharCheckingWriter( XmlWriter baseWriter, bool checkValues, bool checkNames, bool replaceNewLines, string newLineChars )
System\Xml\Core\XmlEventCache.cs (1)
94public void EventsToWriter(XmlWriter writer) {
System\Xml\Core\XmlReader.cs (5)
1058XmlWriter xtw = CreateWriterForInnerOuterXml(sw); 1078private void WriteNode(XmlWriter xtw, bool defattr) { 1129private void WriteAttributeValue(XmlWriter xtw) { 1153XmlWriter xtw = CreateWriterForInnerOuterXml(sw); 1171private XmlWriter CreateWriterForInnerOuterXml(StringWriter sw) {
System\Xml\Core\XmlReaderAsync.cs (3)
187XmlWriter xtw = CreateWriterForInnerOuterXml(sw); 207private async Task WriteNodeAsync(XmlWriter xtw, bool defattr) { 268XmlWriter xtw = CreateWriterForInnerOuterXml(sw);
System\Xml\Core\XmlWellFormedWriter.cs (3)
31XmlWriter writer; 249internal XmlWellFormedWriter(XmlWriter writer, XmlWriterSettings settings) { 1313internal XmlWriter InnerWriter {
System\Xml\Core\XmlWellFormedWriterHelpers.cs (2)
88internal void WriteDecl(XmlWriter writer, XmlRawWriter rawWriter) { 292internal void Replay(XmlWriter writer) {
System\Xml\Core\XmlWellFormedWriterHelpersAsync.cs (2)
26internal async Task WriteDeclAsync(XmlWriter writer, XmlRawWriter rawWriter) { 46internal async Task ReplayAsync(XmlWriter writer) {
System\Xml\Core\XmlWrappingWriter.cs (2)
55protected XmlWriter writer; 60internal XmlWrappingWriter(XmlWriter baseWriter) {
System\Xml\Core\XmlWriter.cs (12)
603public static XmlWriter Create(string outputFileName) { 610public static XmlWriter Create(string outputFileName, XmlWriterSettings settings) { 619public static XmlWriter Create(Stream output) { 624public static XmlWriter Create(Stream output, XmlWriterSettings settings) { 632public static XmlWriter Create(TextWriter output) { 637public static XmlWriter Create(TextWriter output, XmlWriterSettings settings) { 645public static XmlWriter Create(StringBuilder output) { 650public static XmlWriter Create(StringBuilder output, XmlWriterSettings settings) { 661public static XmlWriter Create(XmlWriter output) { 666public static XmlWriter Create(XmlWriter output, XmlWriterSettings settings) {
System\Xml\Core\XmlWriterSettings.cs (10)
436internal XmlWriter CreateWriter(string outputFileName) { 469internal XmlWriter CreateWriter(Stream output) { 474XmlWriter writer; 582internal XmlWriter CreateWriter(TextWriter output) { 587XmlWriter writer; 646internal XmlWriter CreateWriter(XmlWriter output) { 704private XmlWriter AddConformanceWrapper(XmlWriter baseWriter) { 741XmlWriter writer = baseWriter;
System\Xml\Dom\DocumentXPathNavigator.cs (6)
1239public override XmlWriter PrependChild() { 1254public override XmlWriter AppendChild() { 1269public override XmlWriter InsertAfter() { 1292public override XmlWriter InsertBefore() { 1314public override XmlWriter CreateAttributes() { 1324public override XmlWriter ReplaceRange(XPathNavigator lastSiblingToReplace) {
System\Xml\Dom\XmlAttribute.cs (2)
286public override void WriteTo(XmlWriter w) { 293public override void WriteContentTo(XmlWriter w) {
System\Xml\Dom\XmlCDataSection.cs (2)
68public override void WriteTo(XmlWriter w) { 73public override void WriteContentTo(XmlWriter w) {
System\Xml\Dom\XmlComment.cs (2)
39public override void WriteTo(XmlWriter w) { 44public override void WriteContentTo(XmlWriter w) {
System\Xml\Dom\XmlDeclaration.cs (2)
139public override void WriteTo(XmlWriter w) { 145public override void WriteContentTo(XmlWriter w) {
System\Xml\Dom\XmlDocument.cs (3)
1202public virtual void Save( XmlWriter w ) { 1231public override void WriteTo( XmlWriter w ) { 1238public override void WriteContentTo( XmlWriter xw ) {
System\Xml\Dom\XmlDocumentFragment.cs (2)
163public override void WriteTo(XmlWriter w) { 168public override void WriteContentTo(XmlWriter w) {
System\Xml\Dom\XmlDocumentType.cs (2)
120public override void WriteTo(XmlWriter w) { 125public override void WriteContentTo(XmlWriter w) {
System\Xml\Dom\XmlElement.cs (4)
362public override void WriteTo(XmlWriter w) { 383private static void WriteElementTo(XmlWriter writer, XmlElement e) { 426private void WriteStartElement(XmlWriter w) { 439public override void WriteContentTo(XmlWriter w) {
System\Xml\Dom\XmlEntity.cs (2)
129public override void WriteTo(XmlWriter w) { 133public override void WriteContentTo(XmlWriter w) {
System\Xml\Dom\XmlEntityReference.cs (2)
135public override void WriteTo(XmlWriter w) { 140public override void WriteContentTo(XmlWriter w) {
System\Xml\Dom\XmlNode.cs (2)
881public abstract void WriteTo(XmlWriter w); 884public abstract void WriteContentTo(XmlWriter w);
System\Xml\Dom\XmlNotation.cs (2)
78public override void WriteTo(XmlWriter w) { 82public override void WriteContentTo(XmlWriter w) {
System\Xml\Dom\XmlProcessingInstruction.cs (2)
85public override void WriteTo(XmlWriter w) { 90public override void WriteContentTo(XmlWriter w) {
System\Xml\Dom\XmlSignificantWhiteSpace.cs (2)
83public override void WriteTo(XmlWriter w) { 88public override void WriteContentTo(XmlWriter w) {
System\Xml\Dom\XmlText.cs (2)
107public override void WriteTo(XmlWriter w) { 112public override void WriteContentTo(XmlWriter w) {
System\Xml\Dom\XmlUnspecifiedAttribute.cs (1)
72public override void WriteTo(XmlWriter w) {
System\Xml\Dom\XmlWhitespace.cs (2)
83public override void WriteTo(XmlWriter w) { 88public override void WriteContentTo(XmlWriter w) {
System\Xml\Schema\XmlSchema.cs (2)
162public void Write(XmlWriter writer) { 170public void Write(XmlWriter writer, XmlNamespaceManager namespaceManager) {
System\Xml\Serialization\Compilation.cs (1)
603internal void InvokeWriter(XmlMapping mapping, XmlWriter xmlWriter, object o, XmlSerializerNamespaces namespaces, string encodingStyle, string id) {
System\Xml\Serialization\IXmlSerializable.cs (1)
23void WriteXml(XmlWriter writer);
System\Xml\Serialization\Xmlcustomformatter.cs (1)
130internal static void WriteArrayBase64(XmlWriter writer, byte[] inData, int start, int count) {
System\Xml\Serialization\XmlSchemas.cs (2)
569XmlWriter xmlWriter = XmlWriter.Create(sw, settings);
System\Xml\Serialization\XmlSerializationWriter.cs (3)
28XmlWriter w; 43internal void Init(XmlWriter w, XmlSerializerNamespaces namespaces, string encodingStyle, string idBase, TempAssembly tempAssembly) { 62protected XmlWriter Writer {
System\Xml\Serialization\XmlSerializationWriterILGen.cs (9)
757MethodInfo XmlWriter_WriteStartElement = typeof(XmlWriter).GetMethod( 786MethodInfo XmlWriter_WriteString = typeof(XmlWriter).GetMethod( 801MethodInfo XmlWriter_WriteEndElement = typeof(XmlWriter).GetMethod( 832MethodInfo XmlWriter_WriteStartElement = typeof(XmlWriter).GetMethod( 858MethodInfo XmlWriter_WriteEndElement = typeof(XmlWriter).GetMethod( 1133MethodInfo XmlWriter_WriteStartAttribute = typeof(XmlWriter).GetMethod( 1191MethodInfo XmlWriter_WriteString = typeof(XmlWriter).GetMethod( 1259MethodInfo XmlWriter_WriteEndAttribute = typeof(XmlWriter).GetMethod( 1824new Type[] { typeof(XmlWriter) },
System\Xml\Serialization\XmlSerializer.cs (5)
308public void Serialize(XmlWriter xmlWriter, object o) { 316public void Serialize(XmlWriter xmlWriter, object o, XmlSerializerNamespaces namespaces) { 320public void Serialize(XmlWriter xmlWriter, object o, XmlSerializerNamespaces namespaces, string encodingStyle) { 325public void Serialize(XmlWriter xmlWriter, object o, XmlSerializerNamespaces namespaces, string encodingStyle, string id) { 736void SerializePrimitive(XmlWriter xmlWriter, object o, XmlSerializerNamespaces namespaces) {
System\Xml\XPath\Internal\BaseAxisQuery.cs (1)
121public override void PrintQuery(XmlWriter w) {
System\Xml\XPath\Internal\BooleanExpr.cs (1)
56public override void PrintQuery(XmlWriter w) {
System\Xml\XPath\Internal\BooleanFunctions.cs (1)
81public override void PrintQuery(XmlWriter w) {
System\Xml\XPath\Internal\CacheOutputQuery.cs (1)
70public override void PrintQuery(XmlWriter w) {
System\Xml\XPath\Internal\DescendantBaseQuery.cs (1)
51public override void PrintQuery(XmlWriter w) {
System\Xml\XPath\Internal\FilterQuery.cs (1)
156public override void PrintQuery(XmlWriter w) {
System\Xml\XPath\Internal\FunctionQuery.cs (1)
101public override void PrintQuery(XmlWriter w) {
System\Xml\XPath\Internal\LogicalExpr.cs (1)
374public override void PrintQuery(XmlWriter w) {
System\Xml\XPath\Internal\MergeFilterQuery.cs (1)
66public override void PrintQuery(XmlWriter w) {
System\Xml\XPath\Internal\NodeFunctions.cs (1)
96public override void PrintQuery(XmlWriter w) {
System\Xml\XPath\Internal\NumberFunctions.cs (1)
106public override void PrintQuery(XmlWriter w) {
System\Xml\XPath\Internal\NumericExpr.cs (1)
71public override void PrintQuery(XmlWriter w) {
System\Xml\XPath\Internal\OperandQuery.cs (1)
29public override void PrintQuery(XmlWriter w) {
System\Xml\XPath\Internal\Query.cs (1)
230public virtual void PrintQuery(XmlWriter w) {
System\Xml\XPath\Internal\SortQuery.cs (1)
103public override void PrintQuery(XmlWriter w) {
System\Xml\XPath\Internal\StringFunctions.cs (1)
227public override void PrintQuery(XmlWriter w) {
System\Xml\XPath\Internal\UnionExpr.cs (1)
138public override void PrintQuery(XmlWriter w) {
System\Xml\XPath\Internal\VariableQuery.cs (1)
61public override void PrintQuery(XmlWriter w) {
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
58public override void PrintQuery(XmlWriter w) {
System\Xml\XPath\XPathExpr.cs (1)
72private void PrintQuery(XmlWriter w) {
System\Xml\XPath\XPathNavigator.cs (22)
508public virtual void WriteSubtree(XmlWriter writer) { 1110public virtual XmlWriter PrependChild() { 1114public virtual XmlWriter AppendChild() { 1118public virtual XmlWriter InsertAfter() { 1122public virtual XmlWriter InsertBefore() { 1126public virtual XmlWriter CreateAttributes() { 1130public virtual XmlWriter ReplaceRange(XPathNavigator lastSiblingToReplace) { 1149XmlWriter writer = ReplaceRange(this); 1167XmlWriter xmlWriter; 1187xmlWriter = XmlWriter.Create(stringWriter, writerSettings); 1211XmlWriter xmlWriter; 1219xmlWriter = XmlWriter.Create(stringWriter, writerSettings); 1278XmlWriter writer = AppendChild(); 1303XmlWriter writer = PrependChild(); 1328XmlWriter writer = InsertBefore(); 1353XmlWriter writer = InsertAfter(); 1378XmlWriter writer = PrependChild(); 1388XmlWriter writer = AppendChild(); 1398XmlWriter writer = InsertBefore(); 1408XmlWriter writer = InsertAfter(); 1418XmlWriter writer = CreateAttributes(); 1780internal void BuildSubtree(XmlReader reader, XmlWriter writer) {
System\Xml\Xslt\XslCompiledTransform.cs (24)
333public void Transform(IXPathNavigable input, XmlWriter results) { 338public void Transform(IXPathNavigable input, XsltArgumentList arguments, XmlWriter results) { 345using (XmlWriter writer = XmlWriter.Create(results, OutputSettings)) { 353using (XmlWriter writer = XmlWriter.Create(results, OutputSettings)) { 363public void Transform(XmlReader input, XmlWriter results) { 368public void Transform(XmlReader input, XsltArgumentList arguments, XmlWriter results) { 375using (XmlWriter writer = XmlWriter.Create(results, OutputSettings)) { 383using (XmlWriter writer = XmlWriter.Create(results, OutputSettings)) { 399public void Transform(string inputUri, XmlWriter results) { 409public void Transform(string inputUri, XsltArgumentList arguments, XmlWriter results) { 422using (XmlWriter writer = XmlWriter.Create(results, OutputSettings)) { 434using (XmlWriter writer = XmlWriter.Create(results, OutputSettings)) { 452using (XmlWriter writer = XmlWriter.Create(resultsFile, OutputSettings)) { 466public void Transform(XmlReader input, XsltArgumentList arguments, XmlWriter results, XmlResolver documentResolver) { 476public void Transform(IXPathNavigable input, XsltArgumentList arguments, XmlWriter results, XmlResolver documentResolver) { 527private void Transform(string inputUri, XsltArgumentList arguments, XmlWriter results, XmlResolver documentResolver) { 531internal static void PrintQil(object qil, XmlWriter xw, bool printComments, bool printTypes, bool printLineInfo) {
System\Xml\Xslt\XslTransform.cs (4)
146public void Transform(XPathNavigator input, XsltArgumentList args, XmlWriter output, XmlResolver resolver) { 152public void Transform(XPathNavigator input, XsltArgumentList args, XmlWriter output) { 218public void Transform(IXPathNavigable input, XsltArgumentList args, XmlWriter output, XmlResolver resolver) { 225public void Transform(IXPathNavigable input, XsltArgumentList args, XmlWriter output) {
System.Xml.Linq (70)
System\Xml\Linq\XLinq.cs (70)
1939/// Write the current node to an <see cref="XmlWriter"/>. 1941/// <param name="writer">The <see cref="XmlWriter"/> to write the current node into.</param> 1942public abstract void WriteTo(XmlWriter writer); 2011using (XmlWriter w = XmlWriter.Create(sw, ws)) { 2230/// Write this <see cref="XText"/> to the given <see cref="XmlWriter"/>. 2233/// The <see cref="XmlWriter"/> to write this <see cref="XText"/> to. 2235public override void WriteTo(XmlWriter writer) { 2294/// Write this <see cref="XCData"/> to the given <see cref="XmlWriter"/>. 2297/// The <see cref="XmlWriter"/> to write this <see cref="XCData"/> to. 2299public override void WriteTo(XmlWriter writer) { 2510/// Creates an <see cref="XmlWriter"/> used to add either nodes 2514/// <returns>An <see cref="XmlWriter"/></returns> 2515public XmlWriter CreateWriter() { 2518return XmlWriter.Create(new XNodeBuilder(this), settings); 3235internal void WriteContentTo(XmlWriter writer) { 4200/// or an <see cref="XmlWriter"/>. Optionally whitespace can be preserved. 4240using (XmlWriter w = XmlWriter.Create(fileName, ws)) { 4276using (XmlWriter w = XmlWriter.Create(stream, ws)) { 4311using (XmlWriter w = XmlWriter.Create(textWriter, ws)) { 4317/// Output this <see cref="XElement"/> to an <see cref="XmlWriter"/>. 4320/// The <see cref="XmlWriter"/> to output the XML to. 4322public void Save(XmlWriter writer) { 4422public override void WriteTo(XmlWriter writer) { 4966/// The <see cref="XmlWriter"/> stream to which the <see cref="XElement"/> 4969void IXmlSerializable.WriteXml(XmlWriter writer) { 5141XmlWriter writer; 5144public ElementWriter(XmlWriter writer) { 5790/// or an <see cref="XmlWriter"/>. Optionally whitespace can be preserved. 5837using (XmlWriter w = XmlWriter.Create(fileName, ws)) { 5880using (XmlWriter w = XmlWriter.Create(stream, ws)) { 5915using (XmlWriter w = XmlWriter.Create(textWriter, ws)) { 5921/// Output this <see cref="XDocument"/> to an <see cref="XmlWriter"/>. 5924/// The <see cref="XmlWriter"/> to output the XML to. 5926public void Save(XmlWriter writer) { 5933/// passed in <see cref="XmlWriter"/>. 5934/// <seealso cref="XDocument.Save(XmlWriter)"/> 5937/// The <see cref="XmlWriter"/> to output the content of this 5940public override void WriteTo(XmlWriter writer) { 6104/// Write this <see cref="XComment"/> to the passed in <see cref="XmlWriter"/>. 6107/// The <see cref="XmlWriter"/> to write this <see cref="XComment"/> to. 6109public override void WriteTo(XmlWriter writer) { 6221/// Writes this <see cref="XProcessingInstruction"/> to the passed in <see cref="XmlWriter"/>. 6224/// The <see cref="XmlWriter"/> to write this <see cref="XProcessingInstruction"/> to. 6226public override void WriteTo(XmlWriter writer) { 6498/// Write this <see cref="XDocumentType"/> to the passed in <see cref="XmlWriter"/>. 6501/// The <see cref="XmlWriter"/> to write this <see cref="XDocumentType"/> to. 6503public override void WriteTo(XmlWriter writer) { 6710using (XmlWriter w = XmlWriter.Create(sw, ws)) { 7285using (XmlWriter w = XmlWriter.Create(fileName, ws)) { 7311using (XmlWriter w = XmlWriter.Create(stream, ws)) { 7336using (XmlWriter w = XmlWriter.Create(textWriter, ws)) { 7344/// <param name="writer"><see cref="XmlWriter"/> to write to </param> 7345public void Save(XmlWriter writer) { 7374/// Write this <see cref="XStreamingElement"/> to an <see cref="XmlWriter"/> 7377public void WriteTo(XmlWriter writer) { 7388using (XmlWriter w = XmlWriter.Create(sw, ws)) { 7398XmlWriter writer; 7403public StreamingElementWriter(XmlWriter w) {
WindowsBase (6)
Base\MS\Internal\IO\Packaging\InternalRelationshipCollection.cs (3)
552internal static void WriteRelationshipsAsXml(XmlWriter writer, IEnumerable<PackageRelationship> relationships, bool alwaysWriteTargetModeAttribute, bool inStreamingProduction) 771private XmlWriter StreamingXmlWriter 807private XmlWriter _streamingXmlWriter;
Base\System\IO\Packaging\ZipPackage.cs (3)
1446private void WriteOverrideElement(XmlWriter xmlWriter, PackUriHelper.ValidatedPartUri partUri, ContentType contentType) 1455private void WriteDefaultElement(XmlWriter xmlWriter, string extension, ContentType contentType) 1525private XmlWriter _streamingXmlWriter;
XamlBuildTask (2)
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTaskInternal.cs (2)
486using (XmlWriter xmlWriter = XmlWriter.Create(File.Open(markupFileName, FileMode.Create), xmlSettings))