1 write to IsAny
System.Private.Xml.Linq (1)
System\Xml\Linq\XElement.cs (1)
34[XmlSchemaProvider(null, IsAny = true)]
5 references to IsAny
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\SchemaExporter.cs (3)
618if (provider.IsAny) 626if (!provider.IsAny) 641if (provider.IsAny)
System.Private.Xml (2)
System\Xml\Serialization\XmlReflectionImporter.cs (2)
489if (provider.IsAny) 531serializableMapping = new SerializableMapping(method, provider.IsAny, ns);