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