Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 55fe7d6

Browse files
manofstickjkotas
authored andcommitted
Remove ComVisible as per #9371 (#9962)
When lazy was merged, this change was lost.
1 parent c89728f commit 55fe7d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mscorlib/shared/System/Lazy.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ internal static LazyThreadSafetyMode GetModeFromIsThreadSafe(bool isThreadSafe)
183183
/// </para>
184184
/// </remarks>
185185
[Serializable]
186-
[ComVisible(false)]
187186
[DebuggerTypeProxy(typeof(System_LazyDebugView<>))]
188187
[DebuggerDisplay("ThreadSafetyMode={Mode}, IsValueCreated={IsValueCreated}, IsValueFaulted={IsValueFaulted}, Value={ValueForDebugDisplay}")]
189188
public class Lazy<T>

0 commit comments

Comments
 (0)