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