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