51 references to Scope
dotnet-svcutil-lib (51)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaImporter.cs (2)
156
baseTypeDesc =
Scope
.GetTypeDesc(baseType);
182
TypeDesc typeDesc =
Scope
.GetTypeDesc(typeof(object));
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (17)
74
return new XmlTypeMapping(
Scope
, accessor);
88
mapping.TypeDesc =
Scope
.GetTypeDesc(typeof(object[]));
100
return new XmlMembersMapping(
Scope
, accessor, XmlMappingAccess.Read | XmlMappingAccess.Write);
141
mapping.TypeDesc =
Scope
.GetTypeDesc(typeof(object[]));
162
return new XmlMembersMapping(
Scope
, accessor, XmlMappingAccess.Read | XmlMappingAccess.Write);
338
Scope
.AddTypeMapping(structMapping);
502
TypeDesc td =
Scope
.GetTypeDesc(typeName.Name, typeName.Namespace);
610
mapping.TypeDesc =
Scope
.GetTypeDesc(typeof(string));
624
TypeDesc sourceTypeDesc =
Scope
.GetTypeDesc(sourceDataType);
625
if (sourceTypeDesc != null && sourceTypeDesc !=
Scope
.GetTypeDesc(typeof(string)))
658
mapping.TypeDesc =
Scope
.GetTypeDesc(typeof(string));
664
Scope
.AddTypeMapping(enumMapping);
683
typeDesc =
Scope
.GetTypeDesc(dataType.Name, ns);
698
TypeDesc typeDesc =
Scope
.GetTypeDesc(dataType);
705
return
Scope
.GetTypeDesc(typeof(string));
710
TypeDesc typeDesc =
Scope
.GetTypeDesc(name.Name, name.Namespace);
719
return (XmlSchemaSimpleType)
Scope
.GetTypeDesc(typeof(string)).DataType;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (32)
81
mapping.TypeDesc =
Scope
.GetTypeDesc("string", XmlSchema.Namespace, flags);
113
return new XmlTypeMapping(
Scope
, element);
173
return new XmlTypeMapping(
Scope
, accessor);
191
return new XmlMembersMapping(
Scope
, ImportElement(name, typeof(MembersMapping), null), XmlMappingAccess.Read | XmlMappingAccess.Write);
230
XmlMembersMapping members = new XmlMembersMapping(
Scope
, accessor, XmlMappingAccess.Read | XmlMappingAccess.Write);
268
mapping.TypeDesc =
Scope
.GetTypeDesc(typeof(object[]));
272
return new XmlMembersMapping(
Scope
, element, XmlMappingAccess.Read | XmlMappingAccess.Write);
295
return new XmlMembersMapping(
Scope
, accessor, XmlMappingAccess.Read | XmlMappingAccess.Write);
595
mappings.TypeDesc =
Scope
.GetTypeDesc(typeof(object[]));
626
baseTypeDesc =
Scope
.GetTypeDesc(baseType);
699
Scope
.AddTypeMapping(structMapping);
716
TypeDesc baseTypeDesc =
Scope
.GetTypeDesc(baseType);
726
Scope
.AddTypeMapping(structMapping);
915
member.TypeDesc =
Scope
.GetTypeDesc(typeof(object));
927
if (member.TypeDesc == null) member.TypeDesc =
Scope
.GetTypeDesc(typeof(object));
1283
textMapping.TypeDesc =
Scope
.GetTypeDesc(typeof(XmlNode));
1303
mapping.TypeDesc =
Scope
.GetTypeDesc(makeElement ? typeof(XmlElement) : typeof(XmlNode));
1424
Scope
.AddTypeMapping(arrayMapping);
1486
mapping.TypeDesc =
Scope
.GetTypeDesc(typeof(XmlElement));
1495
mapping.TypeDesc =
Scope
.GetTypeDesc(mixed ? typeof(XmlNode) : typeof(XmlElement));
1595
mapping.TypeDesc =
Scope
.GetTypeDesc(typeof(XmlAttribute));
1653
TypeDesc xmlnsTypeDesc =
Scope
.GetTypeDesc(typeof(XmlSerializerNamespaces));
1692
mapping.TypeDesc =
Scope
.GetTypeDesc(typeof(string));
1839
TypeDesc sourceTypeDesc =
Scope
.GetTypeDesc((XmlSchemaSimpleType)sourceType);
1884
Scope
.AddTypeMapping(enumMapping);
1923
Scope
.AddTypeMapping(enumMapping);
1943
typeDesc =
Scope
.GetTypeDesc(dataType.Name, ns, flags);
1998
typeDesc =
Scope
.GetTypeDesc(dataType);
2014
return (XmlSchemaSimpleType)
Scope
.GetTypeDesc(typeof(string)).DataType;
2016
TypeDesc typeDesc =
Scope
.GetTypeDesc(name.Name, name.Namespace, flags);
2025
return (XmlSchemaSimpleType)
Scope
.GetTypeDesc("string", XmlSchema.Namespace, flags).DataType;
2043
return
Scope
.GetTypeDesc(typeof(string)).DataType;