3 references to s_systemXml
dotnet-svcutil-lib (3)
CodeDomFixup\CodeDomVisitors\NamespaceFixer.cs (3)
50attr.Name = attr.Name.Replace(s_microsoftXml, s_systemXml); 63comment.Text = comment.Text.Replace(s_microsoftXml, s_systemXml); 76typeref.BaseType = typeref.BaseType.Replace(s_microsoftXml, s_systemXml);