4 references to WriteTypeInfo
System.Private.Xml (4)
System\Xml\Serialization\XmlSerializationWriter.cs (4)
1661
WriteTypeInfo
(scope, typeDesc, type);
1680
string elementTypeVariable =
WriteTypeInfo
(scope, elementTypeDesc, scope.GetTypeFromTypeDesc(elementTypeDesc)!);
1698
string parameterTypeVariable =
WriteTypeInfo
(scope, scope.GetTypeDesc(parameterType), parameterType);
1719
WriteTypeInfo
(scope, elementTypeDesc, scope.GetTypeFromTypeDesc(elementTypeDesc)!);