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