7 references to s_microsoftXml
dotnet-svcutil-lib (7)
CodeDomFixup\CodeDomVisitors\NamespaceFixer.cs (7)
27if (type.FullName.Contains(s_microsoftXml)) 48if (attr.Name.Contains(s_microsoftXml) && _xmlTypes.ContainsKey(attr.Name)) 50attr.Name = attr.Name.Replace(s_microsoftXml, s_systemXml); 61if (comment.Text.Contains(s_microsoftXml) && _xmlTypes.ContainsKey(comment.Text)) 63comment.Text = comment.Text.Replace(s_microsoftXml, s_systemXml); 74if (typeref.BaseType.Contains(s_microsoftXml) && _xmlTypes.ContainsKey(typeref.BaseType)) 76typeref.BaseType = typeref.BaseType.Replace(s_microsoftXml, s_systemXml);