3 references to IsStaticType
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\AbstractSpeculationAnalyzer.cs (1)
761
&& !symbol.
IsStaticType
();
Microsoft.VisualStudio.LanguageServices (2)
MoveStaticMembers\VisualStudioMoveStaticMembersOptionsService.cs (2)
168
.Where(destinationType => IsValidTypeToMoveBetween(destinationType, currentType) && (destinationType.
IsStaticType
() || !currentType.
IsStaticType
()))