3 references to ModelScope
System.Private.Xml (3)
System\Xml\Serialization\Models.cs (3)
136get { return ModelScope.GetTypeModel(TypeScope.GetArrayElementType(Type, null)!); } 222TypeDesc typeDesc = ModelScope.TypeScope.GetTypeDesc(fieldInfo.FieldType, fieldInfo, true, false); 236TypeDesc typeDesc = ModelScope.TypeScope.GetTypeDesc(propertyInfo.PropertyType, propertyInfo, true, false);