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