Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SchemaId
int System.Xml.Schema.XmlSchema.SchemaId
get
package
Definition at line
329
of file
XmlSchema.cs
.
330
{
331
get
332
{
333
if
(
_schemaId
== -1)
334
{
335
_schemaId
=
Interlocked
.
Increment
(
ref
s_globalIdCounter
);
336
}
337
return
_schemaId
;
338
}
339
}
System.Threading.Interlocked.Increment
static int Increment(ref int location)
Definition
Interlocked.cs:10
System.Threading.Interlocked
Definition
Interlocked.cs:9
System.Xml.Schema.XmlSchema._schemaId
int _schemaId
Definition
XmlSchema.cs:67
System.Xml.Schema.XmlSchema.s_globalIdCounter
static int s_globalIdCounter
Definition
XmlSchema.cs:61
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System
Xml
Schema
XmlSchema
Generated by
1.10.0