6 references to TypeDiscoveryRule
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractInterface\CSharpExtractInterfaceService.cs (2)
32
protected override async Task<SyntaxNode> GetTypeDeclarationAsync(Document document, int position,
TypeDiscoveryRule
typeDiscoveryRule, CancellationToken cancellationToken)
40
if (typeDeclarationNode == null && typeDiscoveryRule ==
TypeDiscoveryRule
.TypeDeclaration)
Microsoft.CodeAnalysis.Features (4)
ExtractInterface\AbstractExtractInterfaceService.cs (4)
32
TypeDiscoveryRule
typeDiscoveryRule,
50
var typeAnalysisResult = await AnalyzeTypeAtPositionAsync(document, span.Start,
TypeDiscoveryRule
.TypeNameOnly, cancellationToken).ConfigureAwait(false);
66
TypeDiscoveryRule
.TypeDeclaration,
81
TypeDiscoveryRule
typeDiscoveryRule,