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)
39
private
XmlTextAttribute
_xmlText;
144
else if (attrib is
XmlTextAttribute
)
146
_xmlText = (
XmlTextAttribute
)attrib;
230
public
XmlTextAttribute
XmlText
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (1)
859
CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(typeof(
XmlTextAttribute
).FullName);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
856
invalidAttributeType = typeof(
XmlTextAttribute
);