Skip to content

Commit e9f083d

Browse files
committed
Change field to property
1 parent 5f6d8e5 commit e9f083d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EditorFeatures/Core.Cocoa/Snippets/AbstractSnippetExpansionClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ internal abstract class AbstractSnippetExpansionClient : ForegroundThreadAffinit
3434
protected int _indentDepth;
3535
protected bool _earlyEndExpansionHappened;
3636

37-
internal IExpansionSession? ExpansionSession;
37+
public IExpansionSession? ExpansionSession { get; private set; }
3838

3939
public AbstractSnippetExpansionClient(IThreadingContext threadingContext, IContentType languageServiceGuid, ITextView textView, ITextBuffer subjectBuffer, IExpansionServiceProvider expansionServiceProvider)
4040
: base(threadingContext)

0 commit comments

Comments
 (0)