4 writes to _userArgumentType
System.Data.Entity (4)
System\Data\Common\Internal\Materialization\CoordinatorScratchpad.cs (4)
350_userArgumentType = constructorParameters[i].ParameterType; 476_userArgumentType = fieldInfo.FieldType; 480_userArgumentType = propertyInfo.PropertyType; 500_userArgumentType = null;
3 references to _userArgumentType
System.Data.Entity (3)
System\Data\Common\Internal\Materialization\CoordinatorScratchpad.cs (3)
336if (_userArgumentType != null && !nex.Type.IsPublic && nex.Type.Assembly == typeof(SecurityBoundaryExpressionVisitor).Assembly) 338return this.CreateInitializationArgumentReplacement(nex, _userArgumentType); 392if (_userExpressionDepth >= 1 && _userArgumentType != null)