1 write to _schemaId
System.Private.Xml (1)
System\Xml\Schema\XmlSchema.cs (1)
399
_schemaId
= Interlocked.Increment(ref s_globalIdCounter);
2 references to _schemaId
System.Private.Xml (2)
System\Xml\Schema\XmlSchema.cs (2)
397
if (
_schemaId
== -1)
401
return
_schemaId
;