2 writes to exceptionLogger
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\NewItemFactoryTypeModel.cs (2)
26this.exceptionLogger = null; 31this.exceptionLogger = exceptionLogger;
2 references to exceptionLogger
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\NewItemFactoryTypeModel.cs (2)
83if (this.exceptionLogger != null) 85this.exceptionLogger.WriteLine(message);