Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
VolatileEnlistmentSet.cs
Go to the documentation of this file.
1
namespace
System.Transactions
;
2
3
internal
struct
VolatileEnlistmentSet
4
{
5
internal
InternalEnlistment
[]
_volatileEnlistments
;
6
7
internal
int
_volatileEnlistmentCount
;
8
9
internal
int
_volatileEnlistmentSize
;
10
11
internal
int
_dependentClones
;
12
13
internal
int
_preparedVolatileEnlistments
;
14
15
private
VolatileDemultiplexer
_volatileDemux
;
16
17
internal
VolatileDemultiplexer
VolatileDemux
18
{
19
get
20
{
21
return
_volatileDemux
;
22
}
23
set
24
{
25
_volatileDemux
=
value
;
26
}
27
}
28
}
System.Transactions.InternalEnlistment
Definition
InternalEnlistment.cs:8
System.Transactions.VolatileDemultiplexer
Definition
VolatileDemultiplexer.cs:4
System.Transactions
Definition
AppSettings.cs:1
System.ExceptionArgument.value
@ value
System.Transactions.VolatileEnlistmentSet.VolatileDemux
VolatileDemultiplexer VolatileDemux
Definition
VolatileEnlistmentSet.cs:18
System.Transactions.VolatileEnlistmentSet._preparedVolatileEnlistments
int _preparedVolatileEnlistments
Definition
VolatileEnlistmentSet.cs:13
System.Transactions.VolatileEnlistmentSet._volatileEnlistmentCount
int _volatileEnlistmentCount
Definition
VolatileEnlistmentSet.cs:7
System.Transactions.VolatileEnlistmentSet._volatileEnlistmentSize
int _volatileEnlistmentSize
Definition
VolatileEnlistmentSet.cs:9
System.Transactions.VolatileEnlistmentSet._dependentClones
int _dependentClones
Definition
VolatileEnlistmentSet.cs:11
System.Transactions.VolatileEnlistmentSet._volatileEnlistments
InternalEnlistment[] _volatileEnlistments
Definition
VolatileEnlistmentSet.cs:5
System.Transactions.VolatileEnlistmentSet._volatileDemux
VolatileDemultiplexer _volatileDemux
Definition
VolatileEnlistmentSet.cs:15
System.Transactions.VolatileEnlistmentSet
Definition
VolatileEnlistmentSet.cs:4
source
System.Transactions.Local
System.Transactions
VolatileEnlistmentSet.cs
Generated by
1.10.0