We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6886e6e commit d679780Copy full SHA for d679780
Mono.Cecil/ExportedType.cs
@@ -22,7 +22,8 @@ public sealed class ExportedType : IMetadataTokenProvider {
22
int identifier;
23
ExportedType declaring_type;
24
internal MetadataToken token;
25
- bool reentrancyGuard;
+ [ThreadStatic]
26
+ static bool reentrancyGuard;
27
28
public string Namespace {
29
get { return @namespace; }
0 commit comments