Skip to content

Fix System.Thread namespace to System.Threading.Thread in Memory-model.md - #127969

Merged
VSadov merged 1 commit into
mainfrom
copilot/fix-system-thread-namespace
May 12, 2026
Merged

Fix System.Thread namespace to System.Threading.Thread in Memory-model.md#127969
VSadov merged 1 commit into
mainfrom
copilot/fix-system-thread-namespace

Conversation

Copilot AI commented May 8, 2026

Copy link
Copy Markdown
Contributor

Fixes incorrect namespace references in docs/design/specs/Memory-model.md.

System.Thread.VolatileRead, System.Thread.VolatileWrite, and System.Thread.MemoryBarrier are corrected to System.Threading.Thread.VolatileRead, System.Threading.Thread.VolatileWrite, and System.Threading.Thread.MemoryBarrier.

Note

This PR was created by GitHub Copilot.

Copilot AI requested review from Copilot and removed request for Copilot May 8, 2026 19:35
Copilot finished work on behalf of jkotas May 8, 2026 19:36
Copilot AI requested a review from jkotas May 8, 2026 19:36
@jkotas
jkotas requested a review from VSadov May 8, 2026 19:53
@jkotas
jkotas marked this pull request as ready for review May 8, 2026 19:53
Copilot AI review requested due to automatic review settings May 8, 2026 19:53
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @JulieLeeMSFT, @VSadov
See info in area-owners.md if you want to be subscribed.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the .NET memory model design spec to correct fully-qualified API references for Thread-based fence/volatile helpers, aligning the document with the actual System.Threading.Thread type.

Changes:

  • Replace System.Thread.VolatileRead with System.Threading.Thread.VolatileRead.
  • Replace System.Thread.VolatileWrite with System.Threading.Thread.VolatileWrite.
  • Replace System.Thread.MemoryBarrier with System.Threading.Thread.MemoryBarrier.

@VSadov

VSadov commented May 12, 2026

Copy link
Copy Markdown
Member

Thanks!

@VSadov
VSadov merged commit b0668b4 into main May 12, 2026
30 checks passed
@VSadov
VSadov deleted the copilot/fix-system-thread-namespace branch May 12, 2026 16:11
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 12, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants