7 references to Name
mscorlib (7)
system\security\policy\strongnamemembershipcondition.cs (7)
172bool nameMatch = Name == null || (name.Name != null && StrongName.CompareNames(name.Name, Name)); 201Name, 229if (Name != null) 230root.AddAttribute( s_tagName, Name ); 322if (Name != null) 323sName = " " + String.Format( CultureInfo.CurrentCulture, Environment.GetResourceString( "StrongName_Name" ), Name );