1 write to _complexPropertyInitializedFieldRef
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
580
_complexPropertyInitializedFieldRef
= new CodeFieldReferenceExpression(ThisRef, ComplexPropertyInitializedFieldName);
2 references to _complexPropertyInitializedFieldRef
System.Data.Services.Design (2)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (2)
579
if (
_complexPropertyInitializedFieldRef
== null)
582
return
_complexPropertyInitializedFieldRef
;