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