13 references to InitReadContentAsType
System.Xml (13)
System\Xml\Core\XmlSubtreeReader.cs (10)
543InitReadContentAsType( "ReadContentAsObject" ); 556InitReadContentAsType( "ReadContentAsBoolean" ); 569InitReadContentAsType( "ReadContentAsDateTime" ); 582InitReadContentAsType( "ReadContentAsDouble" ); 595InitReadContentAsType( "ReadContentAsFloat" ); 608InitReadContentAsType( "ReadContentAsDecimal" ); 621InitReadContentAsType( "ReadContentAsInt" ); 634InitReadContentAsType( "ReadContentAsLong" ); 647InitReadContentAsType( "ReadContentAsString" ); 660InitReadContentAsType( "ReadContentAs" );
System\Xml\Core\XmlSubtreeReaderAsync.cs (3)
164InitReadContentAsType( "ReadContentAsObject" ); 177InitReadContentAsType( "ReadContentAsString" ); 190InitReadContentAsType( "ReadContentAs" );