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