2 writes to _lang
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\OutputScope.cs (2)
43set { _lang = value; } 77_lang = lang;
2 references to _lang
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\OutputScope.cs (2)
42get { return _lang; } 69[MemberNotNull(nameof(_lang))]