1 write to behaviorContracts
System.ServiceModel (1)
System\ServiceModel\ServiceHost.cs (1)
1627
behaviorContracts
= new Dictionary<string, ContractDescription>();
3 references to behaviorContracts
System.ServiceModel (3)
System\ServiceModel\ServiceHost.cs (3)
1621
get { return
behaviorContracts
; }
1636
contract = this.
behaviorContracts
.ContainsKey(contractName) ? this.
behaviorContracts
[contractName] : null;