|
|
@ -52,6 +52,8 @@ namespace ICSharpCode.Decompiler.CSharp.Transforms |
|
|
|
default: |
|
|
|
default: |
|
|
|
continue; |
|
|
|
continue; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (mr == null) |
|
|
|
|
|
|
|
continue; |
|
|
|
string doc = xmldoc.GetDocumentation(XmlDocKeyProvider.GetKey(mr)); |
|
|
|
string doc = xmldoc.GetDocumentation(XmlDocKeyProvider.GetKey(mr)); |
|
|
|
if (doc != null) { |
|
|
|
if (doc != null) { |
|
|
|
InsertXmlDocumentation(entity, new StringReader(doc)); |
|
|
|
InsertXmlDocumentation(entity, new StringReader(doc)); |
|
|
|