27 references to SetValue
System.Xml (27)
System\Xml\Core\XmlTextReaderImpl.cs (15)
1773curNode.SetValue( string.Empty ); 2437attr.SetValue( systemId ); 2444attr.SetValue( publicId ); 3317curNode.SetValue( sb.ToString() ); 3474attr.SetValue( encName ); 4905attr.SetValue( stringBuilder.ToString() ); 5277curNode.SetValue( stringBuilder.ToString() ); 5293curNode.SetValue( curNode.StringValue.Substring( readValueOffset ) ); 5307curNode.SetValue( curNode.StringValue.Substring( readValueOffset ) ); 5312curNode.SetValue( string.Empty ); 5715curNode.SetValue( stringBuilder.ToString() ); 6104curNode.SetValue(dtdInfo.InternalDtdSubset); 6188curNode.SetValue( string.Empty ); 8289attr.SetValue( value ); 8371curNode.SetValue( string.Empty );
System\Xml\Core\XmlTextReaderImplAsync.cs (12)
645curNode.SetValue( string.Empty ); 1149curNode.SetValue( sb.ToString() ); 1307attr.SetValue( encName ); 2692attr.SetValue( stringBuilder.ToString() ); 3315curNode.SetValue( stringBuilder.ToString() ); 3331curNode.SetValue( curNode.StringValue.Substring( readValueOffset ) ); 3345curNode.SetValue( curNode.StringValue.Substring( readValueOffset ) ); 3350curNode.SetValue( string.Empty ); 3728curNode.SetValue( stringBuilder.ToString() ); 4156curNode.SetValue(dtdInfo.InternalDtdSubset); 4245curNode.SetValue( string.Empty ); 5006curNode.SetValue( string.Empty );