2 writes to Value
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\TextElement.cs (2)
75Value = text; 77Value += 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)
74if ( string.IsNullOrEmpty(Value) )