1 write to _typeScope
System.Private.Xml (1)
System\Xml\Serialization\Models.cs (1)
26
_typeScope
= typeScope;
3 references to _typeScope
System.Private.Xml (3)
System\Xml\Serialization\Models.cs (3)
31
get { return
_typeScope
; }
46
TypeDesc typeDesc =
_typeScope
.GetTypeDesc(type, null, directReference);
85
TypeDesc typeDesc =
_typeScope
.GetArrayTypeDesc(type);