1 write to _appliedContext
Microsoft.CodeAnalysis (1)
InternalUtilities\SpecializedSyncContext.cs (1)
47
this.
_appliedContext
= syncContext;
1 reference to _appliedContext
Microsoft.CodeAnalysis (1)
InternalUtilities\SpecializedSyncContext.cs (1)
69
if (this._checkForChangesOnRevert && SynchronizationContext.Current != this.
_appliedContext
)