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