3 writes to AnyAttribute
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (3)
825
items.
AnyAttribute
= extension.AnyAttribute;
832
items.
AnyAttribute
= extension.AnyAttribute;
839
items.
AnyAttribute
= ct.AnyAttribute;
6 references to AnyAttribute
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (6)
777
if (items.
AnyAttribute
!= null)
779
ImportAnyAttributeMember(items.
AnyAttribute
, members, membersScope);
1380
if (items.
AnyAttribute
!= null) return null;
1483
if (items.
AnyAttribute
!= null && any.IsMultipleOccurrence && mixed)
1488
else if (items.
AnyAttribute
!= null || any.IsMultipleOccurrence)
1499
if (items.
AnyAttribute
!= null || mixed)