1 write to s_CharProperties
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XmlCharType.cs (1)
441
s_CharProperties
= chProps;
5 references to s_CharProperties
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\XmlCharType.cs (5)
435
if (
s_CharProperties
!= null)
460
s_CharProperties
[i] |= value;
472
Debug.Assert(
s_CharProperties
!= null);
480
if (
s_CharProperties
== null)
484
return new XmlCharType(
s_CharProperties
);