3 references to TypeDeclaration
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractInterface\CSharpExtractInterfaceService.cs (1)
42typeDiscoveryRule == TypeDiscoveryRule.TypeDeclaration)
Microsoft.CodeAnalysis.Features (1)
ExtractInterface\AbstractExtractInterfaceService.cs (1)
70TypeDiscoveryRule.TypeDeclaration,
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ExtractInterface\VisualBasicExtractInterfaceService.vb (1)
38ElseIf typeDiscoveryRule = TypeDiscoveryRule.TypeDeclaration Then