3 writes to _elemList
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElementList.cs (3)
358
_elemList
= new WeakReference(elemList);
379
_elemList
= null;
394
_elemList
= null;
3 references to _elemList
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElementList.cs (3)
368
if (
_elemList
!= null)
370
XmlElementList el = (XmlElementList)
_elemList
.Target;
390
if (
_elemList
!= null)