3 instantiations of XmlText
System.ServiceModel (1)
System\ServiceModel\Description\MetadataLocation.cs (1)
27[XmlText]
System.Xml (2)
System\Xml\Schema\XmlSchemaAppInfo.cs (1)
35[XmlText(), XmlAnyElement]
System\Xml\Schema\XmlSchemaDocumentation.cs (1)
48[XmlText(), XmlAnyElement]
8 references to XmlText
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
1003invalidAttributeType = typeof(XmlTextAttribute);
System.Web.Extensions (2)
Compilation\WCFModel\SchemaMerger.cs (2)
39typeof(System.Xml.Serialization.XmlTextAttribute), 673if (attribute is System.Xml.Serialization.XmlTextAttribute)
System.Xml (5)
System\Xml\Serialization\XmlAttributes.cs (4)
39XmlTextAttribute xmlText; 128else if (attrs[i] is XmlTextAttribute) { 129this.xmlText = (XmlTextAttribute)attrs[i]; 207public XmlTextAttribute XmlText {
System\Xml\Serialization\XmlCodeExporter.cs (1)
749CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(typeof(XmlTextAttribute).FullName);