2 implementations of GetTag
mscorlib (2)
system\security\securitydocument.cs (1)
50String ISecurityElementFactory.GetTag()
system\security\securityelement.cs (1)
83String ISecurityElementFactory.GetTag()
8 references to GetTag
mscorlib (8)
system\security\permissionset.cs (8)
740if (child.GetTag().Equals( "IPermission" ) || child.GetTag().Equals( "Permission" )) 744else if (parent.Tag.Equals( child.GetTag() )) 754Contract.Assert( !current.GetTag().Equals( parent.Tag ), 820if (thisElem.GetTag().Equals( s_str_PermissionIntersection ) || 821thisElem.GetTag().Equals( s_str_PermissionUnrestrictedIntersection )) 1157if (thisElem.GetTag().Equals( s_str_PermissionUnion ) || 1158thisElem.GetTag().Equals( s_str_PermissionUnrestrictedUnion ))