1 write to Type
System.IdentityModel (1)
System\IdentityModel\Configuration\CustomTypeElement.cs (1)
19this.Type = typeName;
2 references to Type
System.IdentityModel (2)
System\IdentityModel\Configuration\CustomTypeElement.cs (1)
24return TypeResolveHelper.Resolve<T>( customTypeElement, customTypeElement.Type );
System\IdentityModel\Configuration\SecurityTokenHandlerElementCollection.cs (1)
25return ( (CustomTypeElement)element ).Type;