1 write to udts
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ServiceInfo.cs (1)
97
this.
udts
= new Dictionary<Guid, List<Type>>();
8 references to udts
System.ServiceModel (8)
System\ServiceModel\ComIntegration\ServiceInfo.cs (8)
309
Guid[] ret = new Guid[this.
udts
.Keys.Count];
310
this.
udts
.Keys.CopyTo(ret, 0);
319
return (this.
udts
.Keys.Count > 0);
325
udts
.TryGetValue(assemblyId, out ret);
335
if (!
udts
.ContainsKey(assemblyId))
336
udts
[assemblyId] = new List<Type>();
338
if (!
udts
[assemblyId].Contains(udt))
339
udts
[assemblyId].Add(udt);