2 references to FindSpecifiedMember
System.Private.Xml (2)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
654bool checkSpecified = XmlReflectionImporter.FindSpecifiedMember(xmlReflectionMember.MemberName, xmlReflectionMembers) != null;
System\Xml\Serialization\XmlReflectionImporter.cs (1)
1381bool checkSpecified = FindSpecifiedMember(xmlReflectionMember.MemberName, xmlReflectionMembers) != null;