Avoid clearing cached XML documentation data for Editor assembly
This commit is contained in:
@@ -374,7 +374,12 @@ namespace FlaxEditor.Modules.SourceCodeEditing
|
||||
{
|
||||
_typeCache.Clear();
|
||||
_memberCache.Clear();
|
||||
_xmlCache.Clear();
|
||||
|
||||
foreach (var asm in _xmlCache.Keys.ToArray())
|
||||
{
|
||||
if (asm.IsCollectible)
|
||||
_xmlCache.Remove(asm);
|
||||
}
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user