8 references to Root
System.Xml (8)
System\Xml\Serialization\Models.cs (1)
54
case TypeKind.
Root
:
System\Xml\Serialization\SoapReflectionImporter.cs (2)
211
case TypeKind.
Root
:
295
if (model.TypeDesc.Kind == TypeKind.
Root
) return GetRootMapping();
System\Xml\Serialization\Types.cs (3)
103
else if (this.kind == TypeKind.
Root
)
304
get { return kind == TypeKind.
Root
; }
712
kind = TypeKind.
Root
;
System\Xml\Serialization\XmlReflectionImporter.cs (2)
385
case TypeKind.
Root
:
641
if (model.TypeDesc.Kind == TypeKind.
Root
) return GetRootMapping();