1 write to _argTypes
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
624
_argTypes
= argTypes;
2 references to _argTypes
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (2)
618
[MemberNotNull(nameof(
_argTypes
))]
630
public XPathResultType[] ArgTypes { get { return
_argTypes
; } }