8 references to Class
System.Xml (8)
System\Xml\Serialization\Models.cs (1)
55
case TypeKind.
Class
:
System\Xml\Serialization\SoapReflectionImporter.cs (1)
212
case TypeKind.
Class
:
System\Xml\Serialization\Types.cs (5)
268
get { return kind == TypeKind.
Class
; }
272
get { return kind == TypeKind.Struct || kind == TypeKind.
Class
; }
788
kind = TypeKind.
Class
;
815
if (kind == TypeKind.
Class
&& !type.IsAbstract) {
819
if (kind == TypeKind.Struct || kind == TypeKind.
Class
) {
System\Xml\Serialization\XmlReflectionImporter.cs (1)
386
case TypeKind.
Class
: