4 references to AcceptsType
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\TransformChain.cs (4)
67
if (currentInput == null || transform.
AcceptsType
(currentInput.GetType()))
82
if (transform.
AcceptsType
(typeof(XmlDocument)))
102
if (transform.
AcceptsType
(typeof(Stream)))
119
if (transform.
AcceptsType
(typeof(Stream)))