1 instantiation of ContractReflectionInfo
System.ServiceModel (1)
System\ServiceModel\Description\TypeLoader.cs (1)
691
reflectionInfo = new
ContractReflectionInfo
();
6 references to ContractReflectionInfo
System.ServiceModel (6)
System\ServiceModel\Description\TypeLoader.cs (6)
77
ContractReflectionInfo
reflectionInfo;
212
void AddBehaviors(ContractDescription contractDesc, Type implType, bool implIsCallback,
ContractReflectionInfo
reflectionInfo)
347
void UpdateOperationsWithInterfaceAttributes(ContractDescription contractDesc,
ContractReflectionInfo
reflectionInfo)
614
ContractReflectionInfo
reflectionInfo,
689
ContractDescription CreateContractDescription(ServiceContractAttribute contractAttr, Type contractType, Type serviceType, out
ContractReflectionInfo
reflectionInfo, object serviceImplementation)
799
ContractReflectionInfo
reflectionInfo, ContractDescription declaringContract)