2 writes to Value
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\TextElement.cs (2)
75
Value
= text;
77
Value
+= text;
3 references to Value
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\Documentation.cs (2)
97
_metdataDocumentation.Summary = text.
Value
;
111
_metdataDocumentation.LongDescription = text.
Value
;
System\Data\EntityModel\SchemaObjectModel\TextElement.cs (1)
74
if ( string.IsNullOrEmpty(
Value
) )