8 references to SetProperties
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\XmlCharType.cs (8)
443SetProperties(s_Whitespace, fWhitespace); 444SetProperties(s_LetterXml4e, fLetter); 445SetProperties(s_NCStartName, fNCStartNameSC); 446SetProperties(s_NCName, fNCNameSC); 447SetProperties(s_CharData, fCharData); 448SetProperties(s_NCNameXml4e, fNCNameXml4e); 449SetProperties(s_Text, fText); 450SetProperties(s_AttrValue, fAttrValue);