4 references to AcceptsType
System.Security (4)
system\security\cryptography\xml\transform.cs (4)
75if (currentInput == null || transform.AcceptsType(currentInput.GetType())) { 85if (transform.AcceptsType(typeof(XmlDocument))) { 100if (transform.AcceptsType(typeof(Stream))) { 112if (transform.AcceptsType(typeof(Stream))) {