4 references to FindElement
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ObjectToIdCache.cs (4)
29
int pos =
FindElement
(obj, out isEmpty);
50
int pos =
FindElement
(oldObj, out isEmpty);
58
pos =
FindElement
(newObj, out isEmpty);
125
int pos =
FindElement
(obj, out found);