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)
113
var containingNamespaceDisplay = refactoringResult.
TypeToExtractFrom
.ContainingNamespace.IsGlobalNamespace
115
: refactoringResult.
TypeToExtractFrom
.ContainingNamespace.ToDisplayString();
119
refactoringResult.
TypeToExtractFrom
,
142
accessibility: ShouldIncludeAccessibilityModifier(refactoringResult.TypeNode) ? refactoringResult.
TypeToExtractFrom
.DeclaredAccessibility : Accessibility.NotApplicable,
146
typeParameters: ExtractTypeHelpers.GetRequiredTypeParametersForMembers(refactoringResult.
TypeToExtractFrom
, extractInterfaceOptions.IncludedMembers),
152
var containingNamespaceDisplay = GetContainingNamespaceDisplay(refactoringResult.
TypeToExtractFrom
, refactoringResult.DocumentToExtractFrom.Project.CompilationOptions!);
198
refactoringResult.
TypeToExtractFrom
,
240
refactoringResult.
TypeToExtractFrom
, extractedInterfaceSymbol,