1 instantiation of SyncTextWriter
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.cs (1)
888: new SyncTextWriter(writer);
1 reference to SyncTextWriter
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.cs (1)
886return !RuntimeFeature.IsMultithreadingSupported || writer is SyncTextWriter