2 instantiations of ModelScope
System.Xml (2)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
65this.modelScope = new ModelScope(this.typeScope);
System\Xml\Serialization\XmlReflectionImporter.cs (1)
83this.modelScope = new ModelScope(this.typeScope);
10 references to ModelScope
System.Xml (10)
System\Xml\Serialization\Models.cs (8)
86ModelScope scope; 88protected TypeModel(Type type, TypeDesc typeDesc, ModelScope scope) { 98internal ModelScope ModelScope { 108internal ArrayModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope) { } 116internal PrimitiveModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope) { } 120internal SpecialModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope) { } 125internal StructModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope) { } 345internal EnumModel(Type type, TypeDesc typeDesc, ModelScope scope) : base(type, typeDesc, scope) { }
System\Xml\Serialization\SoapReflectionImporter.cs (1)
29ModelScope modelScope;
System\Xml\Serialization\XmlReflectionImporter.cs (1)
38ModelScope modelScope;