Namespace_extensionMethodCache Field |
A cache of all extension methods that have been looked up within all classes in the
Namespace.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax Remarks
This is a cache used to improve performance during resolving. Successful lookups of extension methods
on any class in the namespace are cached. If an existing extension method is renamed or removed (or the
entire containing class is removed), it must be removed from this cache!
See Also