terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
ExclusiveReference.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Text.RegularExpressions
4
{
5
// Token: 0x020000AE RID: 174
6
internal
sealed
class
ExclusiveReference
7
{
8
// Token: 0x06000350 RID: 848 RVA: 0x0000B9A0 File Offset: 0x00009BA0
9
public
RegexRunner
Get
()
10
{
11
int
num;
12
while
(num != 0)
13
{
14
}
15
RegexRunner
@
ref
= this.
_ref
;
16
if
(@ref !=
null
)
17
{
18
this._obj
= @
ref
;
19
return
@
ref
;
20
}
21
}
22
23
// Token: 0x06000351 RID: 849 RVA: 0x0000B9C4 File Offset: 0x00009BC4
24
public
void
Release
(
RegexRunner
obj
)
25
{
26
while
(
obj
==
null
)
27
{
28
}
29
int
num;
30
if
(this.
_obj
==
null
&& num == 0)
31
{
32
if
(this.
_ref
==
null
)
33
{
34
this._ref
=
obj
;
35
}
36
return
;
37
}
38
}
39
40
// Token: 0x06000352 RID: 850 RVA: 0x0000B9F0 File Offset: 0x00009BF0
41
public
ExclusiveReference
()
42
{
43
}
44
45
// Token: 0x040002A5 RID: 677
46
private
RegexRunner
_ref
;
47
48
// Token: 0x040002A6 RID: 678
49
private
RegexRunner
_obj
;
50
51
// Token: 0x040002A7 RID: 679
52
private
int
_locked
;
53
}
54
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Text.RegularExpressions.ExclusiveReference.Get
RegexRunner Get()
Definition
ExclusiveReference.cs:9
System.Text.RegularExpressions.ExclusiveReference._ref
RegexRunner _ref
Definition
ExclusiveReference.cs:46
System.Text.RegularExpressions.ExclusiveReference._obj
RegexRunner _obj
Definition
ExclusiveReference.cs:49
System.Text.RegularExpressions.ExclusiveReference.Release
void Release(RegexRunner obj)
Definition
ExclusiveReference.cs:24
System.Text.RegularExpressions.ExclusiveReference._locked
int _locked
Definition
ExclusiveReference.cs:52
System.Text.RegularExpressions.ExclusiveReference.ExclusiveReference
ExclusiveReference()
Definition
ExclusiveReference.cs:41
System.Text.RegularExpressions.ExclusiveReference
Definition
ExclusiveReference.cs:7
System.Text.RegularExpressions.RegexRunner
Definition
RegexRunner.cs:8
System.Text.RegularExpressions
Definition
Capture.cs:5
System.ExceptionArgument.obj
@ obj
System
Definition
__ComObject.cs:4
source
System
Text
RegularExpressions
ExclusiveReference.cs
Generated by
1.10.0