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