1 write to IsAny
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
3437
[XmlSchemaProvider(null,
IsAny
=true)]
5 references to IsAny
System.Runtime.Serialization (3)
System\Runtime\Serialization\SchemaExporter.cs (3)
620
if (provider.
IsAny
)
628
if (!provider.
IsAny
)
643
if (provider.
IsAny
)
System.Xml (2)
System\Xml\Serialization\XmlReflectionImporter.cs (2)
424
if (provider.
IsAny
) {
463
serializableMapping = new SerializableMapping(method, provider.
IsAny
, ns);