1 reference to IsValidTypeToMoveBetween
Microsoft.VisualStudio.LanguageServices (1)
MoveStaticMembers\VisualStudioMoveStaticMembersOptionsService.cs (1)
168
.Where(destinationType =>
IsValidTypeToMoveBetween
(destinationType, currentType) && (destinationType.IsStaticType() || !currentType.IsStaticType()))