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