3 references to IndexOf
System.Xml (3)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
354int baseIndex = limiter.DeferredWorkItems.IndexOf(mapping.BaseMapping);
System\Xml\Serialization\XmlReflectionImporter.cs (2)
711int baseIndex = limiter.DeferredWorkItems.IndexOf(baseMapping); 2011return IndexOf(mapping) >= 0;