2 writes to _factory
System.Configuration (2)
System\Configuration\FactoryRecord.cs (2)
59
_factory
= factory;
165
set {
_factory
= value;}
6 references to _factory
System.Configuration (6)
System\Configuration\FactoryRecord.cs (6)
120
_factory
,
140
_factory
,
164
get {return
_factory
;}
219
Debug.Assert(
_factory
!= null, "_factory != null");
318
if (
_factory
!= null)
319
return (
_factory
is IgnoreSectionHandler);