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