3 instantiations of XmlText
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAppInfo.cs (1)
38[XmlText(), XmlAnyElement]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaDocumentation.cs (1)
52[XmlText(), XmlAnyElement]
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataLocation.cs (1)
23[XmlText]
6 references to XmlText
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (4)
39private XmlTextAttribute _xmlText; 144else if (attrib is XmlTextAttribute) 146_xmlText = (XmlTextAttribute)attrib; 230public XmlTextAttribute XmlText
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (1)
859CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(typeof(XmlTextAttribute).FullName);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
856invalidAttributeType = typeof(XmlTextAttribute);