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)
336
if (
_userArgumentType
!= null && !nex.Type.IsPublic && nex.Type.Assembly == typeof(SecurityBoundaryExpressionVisitor).Assembly)
338
return this.CreateInitializationArgumentReplacement(nex,
_userArgumentType
);
392
if (_userExpressionDepth >= 1 &&
_userArgumentType
!= null)