3 references to TryGetType
System.Data.Entity (3)
System\Data\Metadata\Edm\ItemCollection.cs (1)
264
return this.
TryGetType
(name, namespaceName, false /*ignoreCase*/, out type);
System\Data\Metadata\MetadataWorkspace.cs (2)
583
return (null != collection) && collection.
TryGetType
(name, namespaceName, false /*ignoreCase*/, out type);
622
return (null != collection) && collection.
TryGetType
(name, namespaceName, ignoreCase, out type);