Skip to content

Commit 7d9b750

Browse files
CopilotQilongTang
andcommitted
Fix HasBeenDisposed accessibility for test access
Co-authored-by: QilongTang <3942418+QilongTang@users.noreply.github.com>
1 parent 98c7e71 commit 7d9b750

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DynamoCore/Graph/ModelBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public virtual Guid GUID
236236
/// <summary>
237237
/// Has this <see cref="ModelBase"/> been disposed? Gets set when <see cref="Dispose"/> is called.
238238
/// </summary>
239-
protected bool HasBeenDisposed { get; private set; }
239+
protected internal bool HasBeenDisposed { get; private set; }
240240

241241
/// <summary>
242242
/// Protected constructor.

0 commit comments

Comments
 (0)