4 references to XElementTypeName
System.Security.Cryptography (4)
System\Security\Cryptography\XmlKeyHelper.cs (4)
265private const string IEnumerableOfXElementTypeName = $"System.Collections.Generic.IEnumerable`1[[{XElementTypeName}]], System.Runtime"; 275[return: UnsafeAccessorType(XElementTypeName)] 284private static extern object XElement_GetName([UnsafeAccessorType(XElementTypeName)] object xElement); 287private static extern string? XElement_GetValue([UnsafeAccessorType(XElementTypeName)] object xElement);