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