8 references to Root
System.Private.Xml (8)
System\Xml\Serialization\Models.cs (1)
61
case TypeKind.
Root
:
System\Xml\Serialization\SoapReflectionImporter.cs (2)
197
case TypeKind.
Root
:
298
if (model.TypeDesc.Kind == TypeKind.
Root
) return GetRootMapping();
System\Xml\Serialization\Types.cs (3)
111
else if (_kind == TypeKind.
Root
)
342
get { return _kind == TypeKind.
Root
; }
782
kind = TypeKind.
Root
;
System\Xml\Serialization\XmlReflectionImporter.cs (2)
441
case TypeKind.
Root
:
730
if (model.TypeDesc.Kind == TypeKind.
Root
) return GetRootMapping();