4 references to Type
System.Data (4)
fx\src\data\System\Data\CodeGen\datacache.cs (4)
537getEnumerator.ImplementationTypes.Add(Type("System.Collections.IEnumerable")); 1513private static CodeMemberMethod MethodDecl(String type, String name, MemberAttributes attributes) {return Method(Type(type), name, attributes);} 1516property.Type = Type(type); 1537anEvent.Type = Type(type);