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)
31get { return _typeScope; } 46TypeDesc typeDesc = _typeScope.GetTypeDesc(type, null, directReference); 85TypeDesc typeDesc = _typeScope.GetArrayTypeDesc(type);