1 instantiation of ReturnValue
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (1)
433ReturnValue<string> returnValue = new ReturnValue<string>();
6 references to ReturnValue
System.Data.Entity (6)
System\Data\EntityModel\SchemaObjectModel\EntityContainerEntitySet.cs (1)
171ReturnValue<string> value = HandleDottedNameAttribute( reader, _unresolvedEntityTypeName, Strings.PropertyTypeAlreadyDefined );
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSet.cs (1)
69ReturnValue<string> value = HandleDottedNameAttribute( reader, _unresolvedRelationshipTypeName, Strings.PropertyTypeAlreadyDefined );
System\Data\EntityModel\SchemaObjectModel\ReferenceSchema.cs (1)
133ReturnValue<string> returnValue = HandleDottedNameAttribute(reader,NamespaceName, null);
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
939ReturnValue<string> returnValue = HandleDottedNameAttribute(reader, Namespace, null);
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (2)
431protected ReturnValue<string> HandleDottedNameAttribute(XmlReader reader, string field, Func<object, string> errorFormat) 433ReturnValue<string> returnValue = new ReturnValue<string>();