34 references to ItemType
dotnet-svcutil-lib (34)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriterHelpers.cs (34)
169internal ItemType type; 174internal void Set(ItemType type, object data) 247AddItem(ItemType.EntityRef, name); 257AddItem(ItemType.CharEntity, ch); 268AddItem(ItemType.SurrogateCharEntity, new char[] { lowChar, highChar }); 278AddItem(ItemType.Whitespace, ws); 298AddItem(ItemType.String, text); 308AddItem(ItemType.StringChars, new BufferChunk(buffer, index, count)); 318AddItem(ItemType.RawChars, new BufferChunk(buffer, index, count)); 328AddItem(ItemType.Raw, data); 338AddItem(ItemType.ValueString, value); 355case ItemType.EntityRef: 358case ItemType.CharEntity: 361case ItemType.SurrogateCharEntity: 365case ItemType.Whitespace: 368case ItemType.String: 371case ItemType.StringChars: 375case ItemType.Raw: 378case ItemType.RawChars: 382case ItemType.ValueString: 419case ItemType.Whitespace: 422case ItemType.String: 423case ItemType.Raw: 424case ItemType.ValueString: 432case ItemType.StringChars: 433case ItemType.RawChars: 458case ItemType.Whitespace: 461case ItemType.String: 462case ItemType.Raw: 463case ItemType.ValueString: 471case ItemType.StringChars: 472case ItemType.RawChars: 503AddItem(ItemType.String, _singleStringValue); 508private void AddItem(ItemType type, object data)