11 references to XmlChoiceIdentifierAttribute
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (4)
47
private
XmlChoiceIdentifierAttribute
_xmlChoiceIdentifier;
164
else if (attrib is
XmlChoiceIdentifierAttribute
)
166
_xmlChoiceIdentifier = (
XmlChoiceIdentifierAttribute
)attrib;
315
public
XmlChoiceIdentifierAttribute
XmlChoiceIdentifier
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (1)
797
CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(typeof(
XmlChoiceIdentifierAttribute
).FullName);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (5)
1443
private Type GetChoiceIdentifierType(
XmlChoiceIdentifierAttribute
choice, XmlReflectionMember[] xmlReflectionMembers, bool isArrayLike, string accessorName)
1456
private Type GetChoiceIdentifierType(
XmlChoiceIdentifierAttribute
choice, StructModel structModel, bool isArrayLike, string accessorName)
2078
throw new InvalidOperationException(string.Format(ResXml.XmlChoiceIdentiferMissing, typeof(
XmlChoiceIdentifierAttribute
).Name, accessorName));
2089
throw new InvalidOperationException(string.Format(ResXml.XmlChoiceIdentiferMissing, typeof(
XmlChoiceIdentifierAttribute
).Name, accessorName));
2104
throw new InvalidOperationException(string.Format(ResXml.XmlArrayItemAmbiguousTypes, accessorName, item.ElementName, items[i].ElementName, typeof(XmlElementAttribute).Name, typeof(
XmlChoiceIdentifierAttribute
).Name, accessorName));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
850
invalidAttributeType = typeof(
XmlChoiceIdentifierAttribute
);