5 references to IsSubsetOf
mscorlib (5)
system\security\permissions\strongnameidentitypermission.cs (5)
86
if (target.
IsSubsetOf
( this ))
88
else if (this.
IsSubsetOf
( target ))
96
if (!target.
IsSubsetOf
(this))
98
if (!this.
IsSubsetOf
(target))
300
if(snThis.
IsSubsetOf
(snThat))