2 references to IsKnownType
System.Xml (2)
System\Xml\Serialization\Compiler.cs (1)
49if (TypeScope.IsKnownType(type))
System\Xml\Serialization\XmlReflectionImporter.cs (1)
222if (canBeSimpleType && TypeScope.IsKnownType(type)) {