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