4 references to WriteTypeInfo
System.Private.Xml (4)
System\Xml\Serialization\XmlSerializationWriter.cs (4)
1614
WriteTypeInfo
(scope, typeDesc, type);
1633
string elementTypeVariable =
WriteTypeInfo
(scope, elementTypeDesc, scope.GetTypeFromTypeDesc(elementTypeDesc)!);
1651
string parameterTypeVariable =
WriteTypeInfo
(scope, scope.GetTypeDesc(parameterType), parameterType);
1672
WriteTypeInfo
(scope, elementTypeDesc, scope.GetTypeFromTypeDesc(elementTypeDesc)!);