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