1 write to info
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
31this.info = info;
7 references to info
System.ServiceModel (7)
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (7)
48foreach (ContractInfo contractInfo in this.info.Contracts) 135ComPlusContractBehavior comPlusContractBehavior = new ComPlusContractBehavior(this.info); 154if (info.TransactionOption == TransactionOption.Supported || info.TransactionOption == TransactionOption.Required) 211this.info.AddUdt(knownType, typeLibID); 398this.interfaceResolver.FindOrCreateType(this.info.ServiceType, iid, out type, false, true); 412SR.TraceCodeComIntegrationServiceHostCreatedServiceContract, this.info, contract);