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