resharper/resharper-unity/src/Unity/CSharp/Caches/UnityTypeCache.cs [46:54]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public void Invalidate(PsiChangedElementType changeType) { if (changeType == PsiChangedElementType.CompiledContentsChanged) { myCompiledElementsCache.Clear(); } mySourceElementsCache.Clear(); } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - resharper/resharper-unity/src/Unity/CSharp/Psi/CodeAnnotations/CustomCodeAnnotationProvider.cs [313:321]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public void Invalidate(PsiChangedElementType changeType) { if (changeType == PsiChangedElementType.CompiledContentsChanged) { myCompiledElementsCache.Clear(); } mySourceElementsCache.Clear(); } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -