5 references to Create
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SerializationUtilities.cs (2)
54using (XmlWriter xmlWriter = XmlWriter.Create(stringBuilder)) 377using (XmlWriter xmlWriter = XmlWriter.Create(stringBuilder))
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TableLayoutSettingsTypeConverter.cs (1)
75XmlWriter xmlWriter = XmlWriter.Create(xmlStringBuilder);
System.Workflow.Runtime (2)
Tracking\SqlTrackingQuery.cs (1)
244XmlWriter writer = XmlWriter.Create(sb);
Tracking\SqlTrackingService.cs (1)
2551XmlWriter writer = XmlWriter.Create(sb);