3 references to Intern
PresentationFramework (2)
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
600_childName = String.Intern(_childName);
src\Framework\System\Windows\TriggerBase.cs (1)
200return String.Intern(target);
System.IdentityModel (1)
System\IdentityModel\Tokens\ConfigurationBasedIssuerNameRegistry.cs (1)
94string issuerName = ((nameAttribute == null) || string.IsNullOrEmpty(nameAttribute.Value)) ? String.Empty : String.Intern(nameAttribute.Value);