1 write to s_CharProperties
System.Xml (1)
System\Xml\XmlCharType.cs (1)
433
s_CharProperties
= chProps;
4 references to s_CharProperties
System.Xml (4)
System\Xml\XmlCharType.cs (4)
424
if (
s_CharProperties
!= null ) {
478
Debug.Assert(
s_CharProperties
!= null );
487
if (
s_CharProperties
== null ) {
490
return new XmlCharType(
s_CharProperties
);