3 references to Type
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (3)
1584
Type targetType = a.XmlAttribute.
Type
== null ? arrayElementType : a.XmlAttribute.
Type
;
1765
if (a.XmlAttribute.
Type
!= null) throw new InvalidOperationException(string.Format(ResXml.XmlIllegalType, "XmlAttribute"));