4 references to WriteTypeInfo
System.Xml (4)
System\Xml\Serialization\XmlSerializationWriter.cs (4)
3355
WriteTypeInfo
(scope, typeDesc, type);
3372
string elementTypeVariable =
WriteTypeInfo
(scope, elementTypeDesc, scope.GetTypeFromTypeDesc(elementTypeDesc));
3390
string parameterTypeVariable =
WriteTypeInfo
(scope, scope.GetTypeDesc(parameterType), parameterType);
3410
WriteTypeInfo
(scope, elementTypeDesc, scope.GetTypeFromTypeDesc(elementTypeDesc));