1 write to TypeToExtractFrom
Microsoft.CodeAnalysis.Features (1)
ExtractInterface\ExtractInterfaceTypeAnalysisResult.cs (1)
32
TypeToExtractFrom
= typeToExtractFrom;
8 references to TypeToExtractFrom
Microsoft.CodeAnalysis.Features (8)
ExtractInterface\AbstractExtractInterfaceService.cs (8)
115
var containingNamespaceDisplay = refactoringResult.
TypeToExtractFrom
.ContainingNamespace.IsGlobalNamespace
117
: refactoringResult.
TypeToExtractFrom
.ContainingNamespace.ToDisplayString();
121
refactoringResult.
TypeToExtractFrom
,
144
accessibility: ShouldIncludeAccessibilityModifier(refactoringResult.TypeNode) ? refactoringResult.
TypeToExtractFrom
.DeclaredAccessibility : Accessibility.NotApplicable,
148
typeParameters: ExtractTypeHelpers.GetRequiredTypeParametersForMembers(refactoringResult.
TypeToExtractFrom
, extractInterfaceOptions.IncludedMembers),
154
var containingNamespaceDisplay = GetContainingNamespaceDisplay(refactoringResult.
TypeToExtractFrom
, refactoringResult.DocumentToExtractFrom.Project.CompilationOptions!);
200
refactoringResult.
TypeToExtractFrom
,
242
refactoringResult.
TypeToExtractFrom
, extractedInterfaceSymbol,