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