1 write to TypeToExtractFrom
Microsoft.CodeAnalysis.Features (1)
ExtractInterface\ExtractInterfaceTypeAnalysisResult.cs (1)
29
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
,
143
accessibility: ShouldIncludeAccessibilityModifier(refactoringResult.TypeNode) ? refactoringResult.
TypeToExtractFrom
.DeclaredAccessibility : Accessibility.NotApplicable,
147
typeParameters: ExtractTypeHelpers.GetRequiredTypeParametersForMembers(refactoringResult.
TypeToExtractFrom
, extractInterfaceOptions.IncludedMembers),
153
var containingNamespaceDisplay = GetContainingNamespaceDisplay(refactoringResult.
TypeToExtractFrom
, refactoringResult.DocumentToExtractFrom.Project.CompilationOptions);
199
refactoringResult.
TypeToExtractFrom
,
241
refactoringResult.
TypeToExtractFrom
, extractedInterfaceSymbol,