2 writes to _listener
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElementList.cs (2)
42
_listener
= new WeakReference(new XmlElementListListener(parent.Document, this));
283
_listener
= null;
2 references to _listener
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElementList.cs (2)
276
if (
_listener
!= null)
278
XmlElementListListener listener = (XmlElementListListener)
_listener
.Target;