2 references to PrimtiveTypes
System.Private.Xml (2)
System\Xml\Serialization\XmlSerializer.cs (2)
548TypeDesc typeDesc = (TypeDesc)TypeScope.PrimtiveTypes[_primitiveType]!; 847TypeDesc? typeDesc = (TypeDesc?)TypeScope.PrimtiveTypes[type];