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