3 references to IndexOf
System.Private.Xml (3)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
363int baseIndex = limiter.DeferredWorkItems.IndexOf(mapping.BaseMapping!);
System\Xml\Serialization\XmlReflectionImporter.cs (2)
809int baseIndex = limiter.DeferredWorkItems.IndexOf(baseMapping); 2333return IndexOf(mapping) >= 0;