5 references to Value
System.IdentityModel (5)
System\IdentityModel\WrappedReader.cs (5)
610writer.WriteAttributeString(this.Prefix, this.LocalName, this.NamespaceUri, this.Value); 635writer.WriteCData(this.Value); 641writer.WriteComment(this.Value); 647writer.WriteString(this.Value); 654writer.WriteWhitespace(this.Value);