7 writes to
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (1)
538
LocalElements
[
name, ns] = value;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (1)
476
_types
[
mapping.TypeName, mapping.Namespace] = mapping;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (5)
359
_types
[
existing.Mapping.TypeName, existing.Mapping.Namespace] = mapping;
1124
_types
[
mapping.TypeName, mapping.Namespace] = mapping;
1681
anys
[
anyName, anyNs] = xmlAnyElement;
1925
anys
[
anyName, anyNs] = xmlAnyElement;
2108
arrayTypes
[
type.FullName, ns] = items[i];
21 references to
dotnet-svcutil-lib (21)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (1)
529
object named = LocalElements
[
name, ns];
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (5)
281
TypeMapping mapping = (TypeMapping)_types
[
typeName, ns];
291
TypeMapping existingMapping = (TypeMapping)_nullables
[
baseMapping.TypeName, baseMapping.Namespace];
465
ArrayMapping existingMapping = (ArrayMapping)_types
[
mapping.TypeName, mapping.Namespace];
538
TypeMapping existingMapping = (TypeMapping)_types
[
uniqueName, ns];
551
existingMapping = (TypeMapping)_types
[
uniqueName, ns];
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (1)
694
TypeDesc typeDesc = (TypeDesc)s_primitiveNames
[
name, ns];
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (13)
311
Accessor existing = (Accessor)accessors
[
accessor.Name, accessor.Namespace];
349
ArrayMapping existingMapping = mapping.IsAnonymousType ? null : (ArrayMapping)_types
[
existing.Mapping.TypeName, existing.Mapping.Namespace];
654
existingMapping = (TypeMapping)_nullables
[
baseMapping.TypeName, baseMapping.Namespace];
718
mapping = (TypeMapping)typeLib
[
typeName, ns];
1069
TypeMapping existingMapping = (TypeMapping)_types
[
uniqueName, ns];
1082
existingMapping = (TypeMapping)_types
[
uniqueName, ns];
1112
ArrayMapping existingMapping = (ArrayMapping)_types
[
mapping.TypeName, mapping.Namespace];
1676
if (anys
[
anyName, anyNs] != null)
1682
if (elements
[
anyName, (anyNs == null ? ns : anyNs)] != null)
1920
if (anys
[
anyName, anyNs] != null)
1926
if (elements
[
anyName, (anyNs == null ? ns : anyNs)] != null)
2101
XmlArrayItemAttribute item = (XmlArrayItemAttribute)arrayTypes
[
type.FullName, ns];
2124
if (ids
[
choiceName, choiceNs] != null)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
517
if (type.DerivedFrom == baseName && TypesInUse
[
type.Name, schema.TargetNamespace] == null)