Home
last modified time | relevance | path

Searched refs:interfaceProp (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/ELinq/
H A DTypeSystem.cs245 …PropertyInfo interfaceProp = interfaceType.GetProperty(propertyInfo.Name, BindingFlags.Public | Bi… in IsImplementationOf()
246 if (null == interfaceProp) in IsImplementationOf()
254 return interfaceProp.Equals(propertyInfo); in IsImplementationOf()
262 MethodInfo getInterfaceProp = interfaceProp.GetGetMethod(); in IsImplementationOf()
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcMaterial/
H A DIMaterial.cpp91 Abc::IStringArrayProperty interfaceProp( _this, ".interface" ); in init() local
93 interfaceProp.get( samp ); in init()