5 references to Contracts
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSet.cs (5)
125if (Contracts.TryGetValue(name, out dataContractInSet)) 140Contracts.Add(name, dataContract); 303Contracts.TryGetValue(key, out dataContract); 318return Contracts.Remove(key); 323return Contracts.GetEnumerator();