4 references to _typeDescs
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (4)
734typeDesc = (TypeDesc)_typeDescs[type]; 775foreach (DictionaryEntry de in _typeDescs) 971_typeDescs.Add(type, typeDesc); 1439get { return _typeDescs.Keys; }