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)
1003
invalidAttributeType = typeof(
XmlTextAttribute
);
System.Web.Extensions (2)
Compilation\WCFModel\SchemaMerger.cs (2)
39
typeof(System.Xml.Serialization.
XmlTextAttribute
),
673
if (attribute is System.Xml.Serialization.
XmlTextAttribute
)
System.Xml (5)
System\Xml\Serialization\XmlAttributes.cs (4)
39
XmlTextAttribute
xmlText;
128
else if (attrs[i] is
XmlTextAttribute
) {
129
this.xmlText = (
XmlTextAttribute
)attrs[i];
207
public
XmlTextAttribute
XmlText {
System\Xml\Serialization\XmlCodeExporter.cs (1)
749
CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(typeof(
XmlTextAttribute
).FullName);