Implemented interface member:
property
AssemblyQualifiedName
System.Runtime.InteropServices._Type.AssemblyQualifiedName
13 overrides of AssemblyQualifiedName
mscorlib (7)
system\reflection\emit\enumbuilder.cs (1)
122public override String AssemblyQualifiedName {
system\reflection\emit\generictypeparameterbuilder.cs (1)
117public override String AssemblyQualifiedName { get { return null; } }
system\reflection\emit\symboltype.cs (1)
396public override String AssemblyQualifiedName
system\reflection\emit\typebuilder.cs (1)
1112public override String AssemblyQualifiedName
system\reflection\emit\typebuilderinstantiation.cs (1)
121public override String AssemblyQualifiedName { get { return TypeNameBuilder.ToString(this, TypeNameBuilder.Format.AssemblyQualifiedName); } }
system\reflection\typedelegator.cs (1)
78public override String AssemblyQualifiedName {
system\rttype.cs (1)
3841public override String AssemblyQualifiedName
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1069public override string AssemblyQualifiedName { get { return _baseReflectionType.AssemblyQualifiedName; } }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1069public override string AssemblyQualifiedName { get { return _baseReflectionType.AssemblyQualifiedName; } }
System.Web (1)
Compilation\DelayLoadType.cs (1)
56public override string AssemblyQualifiedName {
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
163public override string AssemblyQualifiedName
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
125public override string AssemblyQualifiedName
System.WorkflowServices (1)
System\Workflow\Activities\ContractType.cs (1)
81public override string AssemblyQualifiedName
384 references to AssemblyQualifiedName
mscorlib (34)
system\diagnostics\debuggerattributes.cs (9)
175this.typeName = type.AssemblyQualifiedName; 195targetName = value.AssemblyQualifiedName; 266targetName = value.AssemblyQualifiedName; 311this.visualizerObjectSourceName = visualizerObjectSource.AssemblyQualifiedName; 319this.visualizerName = visualizer.AssemblyQualifiedName; 330this.visualizerName = visualizer.AssemblyQualifiedName; 331this.visualizerObjectSourceName = visualizerObjectSource.AssemblyQualifiedName; 339this.visualizerName = visualizer.AssemblyQualifiedName; 365targetName = value.AssemblyQualifiedName;
system\reflection\emit\assemblybuilder.cs (2)
984throw new InvalidOperationException(Environment.GetResourceString("Arugment_EmitMixedContext1", type.AssemblyQualifiedName)); 987throw new InvalidOperationException(Environment.GetResourceString("Arugment_EmitMixedContext2", type.AssemblyQualifiedName));
system\reflection\emit\customattributebuilder.cs (1)
339EmitString(writer, type.AssemblyQualifiedName);
system\reflection\typedelegator.cs (1)
80return typeImpl.AssemblyQualifiedName;
system\resources\filebasedresourcegroveler.cs (1)
176throw new InvalidOperationException(Environment.GetResourceString("InvalidOperation_ResMgrBadResSet_Type", _mediator.UserResourceSet.AssemblyQualifiedName), e);
system\resources\manifestbasedresourcegroveler.cs (1)
424throw new InvalidOperationException(Environment.GetResourceString("InvalidOperation_ResMgrBadResSet_Type", _mediator.UserResourceSet.AssemblyQualifiedName), e);
system\runtime\remoting\remotingservices.cs (1)
2523return type.AssemblyQualifiedName;
system\runtime\remoting\remotingsurrogateselector.cs (1)
352serverFault = new ServerFault(msg.Exception.GetType().AssemblyQualifiedName, sb.ToString(), msg.Exception.StackTrace);
system\runtime\versioning\multitargetinghelpers.cs (1)
30private static Func<Type, String> defaultConverter = (t) => t.AssemblyQualifiedName;
system\security\framesecuritydescriptor.cs (4)
332throw new SecurityException(String.Format(CultureInfo.InvariantCulture, Environment.GetResourceString("Security_Generic"), demand.GetType().AssemblyQualifiedName), null, permSet, SecurityRuntime.GetMethodInfo(rmh), demand, demand); 347throw new SecurityException(String.Format(CultureInfo.InvariantCulture, Environment.GetResourceString("Security_Generic"), demand.GetType().AssemblyQualifiedName), null, permSet, SecurityRuntime.GetMethodInfo(rmh), demand, demand); 360throw new SecurityException(String.Format(CultureInfo.InvariantCulture, Environment.GetResourceString("Security_Generic"), demand.GetType().AssemblyQualifiedName), permSet, null, SecurityRuntime.GetMethodInfo(rmh), demand, demand); 372throw new SecurityException(String.Format(CultureInfo.InvariantCulture, Environment.GetResourceString("Security_Generic"), demand.GetType().AssemblyQualifiedName), permSet, null, SecurityRuntime.GetMethodInfo(rmh), demand, demand);
system\security\permissiontoken.cs (4)
370tok = (PermissionToken)m_tokenTable[cls.AssemblyQualifiedName]; 409String typeStr = cls.AssemblyQualifiedName; 462((PermissionToken)tok).m_strTypeName = perm.GetType().AssemblyQualifiedName; 473((PermissionToken)tok).m_strTypeName = cls.AssemblyQualifiedName;
system\security\policy\hashmembershipcondition.cs (1)
242return Environment.GetResourceString("Hash_ToString", m_hashAlg.GetType().AssemblyQualifiedName, Hex.EncodeHexString(HashValue));
system\security\policy\policylevel.cs (4)
585string className = typeof(System.Security.Policy.StrongNameMembershipCondition).AssemblyQualifiedName; 840message = ex.GetType().AssemblyQualifiedName; 1316classes.Add(className, type.AssemblyQualifiedName); 1317return type.AssemblyQualifiedName;
system\security\securityexception.cs (2)
98message = String.Format(CultureInfo.InvariantCulture, GetResString("Security_Generic"), demand.GetType().AssemblyQualifiedName ); 100message = String.Format(CultureInfo.InvariantCulture, GetResString("Security_Generic"), permThatFailed.GetType().AssemblyQualifiedName);
system\stubhelpers.cs (1)
1436typeName = managedType.AssemblyQualifiedName;
PresentationBuildTasks (1)
Shared\System\Windows\Markup\ReflectionHelper.cs (1)
311attrValue = typeValue.AssemblyQualifiedName;
PresentationFramework (6)
src\Framework\MS\Internal\AppModel\Journaling.cs (2)
654string typeName = pageFunction.GetType().AssemblyQualifiedName; 696Debug.Assert(contentObject.GetType().AssemblyQualifiedName == this._typeName.Value,
src\Framework\MS\Internal\AppModel\ReturnEventSaver.cs (3)
89returnDelegate.GetType().AssemblyQualifiedName, 90returnDelegate.Target.GetType().AssemblyQualifiedName, 143if (string.Compare(_returnList[i]._targetTypeName, caller.GetType().AssemblyQualifiedName, StringComparison.Ordinal) != 0)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
1132string aqn = sourceType.AssemblyQualifiedName;
System (36)
compmod\system\componentmodel\AttributeProviderAttribute.cs (1)
64_typeName = type.AssemblyQualifiedName;
compmod\system\componentmodel\design\DesigntimeLicenseContext.cs (4)
57savedLicenseKeys[type.AssemblyQualifiedName] = key; 83if (savedLicenseKeys == null || savedLicenseKeys[type.AssemblyQualifiedName]==null) { 214Debug.WriteLineIf(RuntimeLicenseContextSwitch.TraceVerbose,"returning : " + (string)savedLicenseKeys[type.AssemblyQualifiedName]); 215return(string)savedLicenseKeys[type.AssemblyQualifiedName];
compmod\system\componentmodel\design\serialization\DefaultSerializationProviderAttribute.cs (1)
31_providerTypeName = providerType.AssemblyQualifiedName;
compmod\system\componentmodel\design\serialization\DesignerSerializerAttribute.cs (3)
24this.serializerTypeName = serializerType.AssemblyQualifiedName; 25this.serializerBaseTypeName = baseSerializerType.AssemblyQualifiedName; 33this.serializerBaseTypeName = baseSerializerType.AssemblyQualifiedName;
compmod\system\componentmodel\design\serialization\RootDesignerSerializerAttribute.cs (3)
26this.serializerTypeName = serializerType.AssemblyQualifiedName; 27this.serializerBaseTypeName = baseSerializerType.AssemblyQualifiedName; 36this.serializerBaseTypeName = baseSerializerType.AssemblyQualifiedName;
compmod\system\componentmodel\design\ToolboxItemAttribute.cs (1)
85this.toolboxItemTypeName = toolboxItemType.AssemblyQualifiedName;
compmod\system\componentmodel\DesignerAttribute.cs (4)
46this.designerTypeName = designerType.AssemblyQualifiedName; 73this.designerBaseTypeName = designerBaseType.AssemblyQualifiedName; 83this.designerTypeName = designerType.AssemblyQualifiedName; 84this.designerBaseTypeName = designerBaseType.AssemblyQualifiedName;
compmod\system\componentmodel\EditorAttribute.cs (3)
52this.baseTypeName = baseType.AssemblyQualifiedName; 60this.typeName = type.AssemblyQualifiedName; 61this.baseTypeName = baseType.AssemblyQualifiedName;
compmod\system\componentmodel\InstallerTypeAttribute.cs (1)
29_typeName = installerType.AssemblyQualifiedName;
compmod\system\componentmodel\LicenseManager.cs (1)
480if (helperContext.savedLicenseKeys.Contains(type.AssemblyQualifiedName)) {
compmod\system\componentmodel\ProvidePropertyAttribute.cs (1)
29this.receiverTypeName = receiverType.AssemblyQualifiedName;
compmod\system\componentmodel\TypeConverterAttribute.cs (1)
52this.typeName = type.AssemblyQualifiedName;
compmod\system\componentmodel\TypeDescriptionProviderAttribute.cs (1)
43_typeName = type.AssemblyQualifiedName;
compmod\system\componentmodel\TypeListConverter.cs (1)
98return new InstanceDescriptor(method, new object[] {((Type)value).AssemblyQualifiedName});
compmod\system\diagnostics\TraceSource.cs (1)
184(sourceElement.SwitchType != internalSwitch.GetType().AssemblyQualifiedName)) {
net\System\Net\Configuration\AuthenticationModulesSection.cs (5)
49new AuthenticationModuleElement(typeof(NegotiateClient).AssemblyQualifiedName)); 51new AuthenticationModuleElement(typeof(KerberosClient).AssemblyQualifiedName)); 53new AuthenticationModuleElement(typeof(NtlmClient).AssemblyQualifiedName)); 55new AuthenticationModuleElement(typeof(DigestClient).AssemblyQualifiedName)); 57new AuthenticationModuleElement(typeof(BasicClient).AssemblyQualifiedName));
net\System\Net\Configuration\WebRequestModuleElement.cs (1)
138return castedValue.name == null ? castedValue.type.AssemblyQualifiedName : castedValue.name;
net\System\Net\Internal.cs (1)
1641creatorType.AssemblyQualifiedName,
sys\system\configuration\SettingsAttributes.cs (1)
178_providerTypeName = providerType.AssemblyQualifiedName;
sys\system\windows\markup\ValueSerializerAttribute.cs (1)
71return _valueSerializerType.AssemblyQualifiedName;
System.Activities (3)
System\Activities\DynamicUpdate\ArgumentInfo.cs (1)
36this.FullAssemblyQualifiedTypeName = this.Type.AssemblyQualifiedName;
System\Activities\XamlIntegration\TextExpressionCompiler.cs (2)
240throw FxTrace.Exception.AsError(new InvalidOperationException(SR.CompiledExpressionsCacheMetadataException(this.settings.Activity.GetType().AssemblyQualifiedName, e.ToString()))); 280throw FxTrace.Exception.AsError(new InvalidOperationException(SR.CompiledExpressionsActivityException(e.GetType().FullName, this.settings.Activity.GetType().AssemblyQualifiedName, e.ToString())));
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\InteropDesigner.xaml.cs (2)
34string typeName = typeof(Activity).AssemblyQualifiedName; 57interopTypeAssemblyQualifiedName = typeof(Parallel).AssemblyQualifiedName.Replace("Parallel", "Interop").Replace("System.Activities,", "System.Workflow.Runtime,");
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1069public override string AssemblyQualifiedName { get { return _baseReflectionType.AssemblyQualifiedName; } }
System.Activities.Presentation\System\Activities\Presentation\Converters\SearchableStringConverterAttribute.cs (1)
14this.converterTypeName = type.AssemblyQualifiedName;
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (2)
361dataObject.SetData(DragDropHelper.WorkflowItemTypeNameFormat, toolWrapper.Type.AssemblyQualifiedName); 381dataObject.SetData(DragDropHelper.WorkflowItemTypeNameFormat, toolWrapper.Type.AssemblyQualifiedName);
System.AddIn (8)
System\Addin\Hosting\Store\AddInAdapter.cs (5)
57warnings.Add(String.Format(CultureInfo.CurrentCulture, Res.AddInAdapterMustBeMBRO, type.AssemblyQualifiedName)); 64warnings.Add(String.Format(CultureInfo.CurrentCulture, Res.AddInAdapterMustImplementAnAddInContract, type.AssemblyQualifiedName)); 76warnings.Add(String.Format(CultureInfo.CurrentCulture, Res.AddInAdapterMustImplementAnAddInContract, type.AssemblyQualifiedName)); 85warnings.Add(String.Format(CultureInfo.CurrentCulture, Res.AddInAdapterOneUnusableConstructor, type.AssemblyQualifiedName)); 92warnings.Add(String.Format(CultureInfo.CurrentCulture, Res.AddInAdapterNoUsableConstructors, type.AssemblyQualifiedName));
System\Addin\MiniReflection\TypeInfo.cs (2)
191_assemblyQualifiedName = type.AssemblyQualifiedName; 731if (Utils.FullTypeNameDefEqualsDef(implementsIFace.AssemblyQualifiedName, ifaceType.AssemblyQualifiedName))
System\Addin\Pipeline\ContractBase.cs (1)
82identifiers.Add(iface.AssemblyQualifiedName);
System.Configuration (4)
System\Configuration\BaseConfigurationRecord.cs (1)
2981typeof(DefaultSection).AssemblyQualifiedName,
System\Configuration\Internal\InternalConfigHost.cs (1)
441return t.AssemblyQualifiedName;
System\Configuration\TypeNameConverter.cs (1)
32result = ((Type)value).AssemblyQualifiedName;
System\Configuration\TypeUtil.cs (1)
214throw new TypeLoadException(SR.GetString(SR.TypeNotPublic, type.AssemblyQualifiedName));
System.Data (20)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1069public override string AssemblyQualifiedName { get { return _baseReflectionType.AssemblyQualifiedName; } }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Converters\SearchableStringConverterAttribute.cs (1)
14this.converterTypeName = type.AssemblyQualifiedName;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (2)
361dataObject.SetData(DragDropHelper.WorkflowItemTypeNameFormat, toolWrapper.Type.AssemblyQualifiedName); 381dataObject.SetData(DragDropHelper.WorkflowItemTypeNameFormat, toolWrapper.Type.AssemblyQualifiedName);
fx\src\data\Microsoft\SqlServer\Server\SmiMetaData.cs (1)
589_udtAssemblyQualifiedName = _clrType.AssemblyQualifiedName;
fx\src\data\System\Data\ColumnTypeConverter.cs (1)
106return new InstanceDescriptor(method, new object[] {((Type)newValue).AssemblyQualifiedName});
fx\src\data\System\Data\Common\DataStorage.cs (1)
530return type.AssemblyQualifiedName;
fx\src\data\System\Data\Common\DBDataPermission.cs (1)
325root.AddAttribute(XmlStr._class, type.AssemblyQualifiedName.Replace('\"', '\''));
fx\src\data\System\Data\Common\DbProviderFactories.cs (1)
125string asmQualName = sysDataType.AssemblyQualifiedName.ToString().Replace(DbProviderFactoriesConfigurationHandler.sqlclientPartialAssemblyQualifiedName, DbProviderFactoriesConfigurationHandler.oracleclientPartialAssemblyQualifiedName);
fx\src\data\System\Data\Common\DbProviderFactoriesConfigurationHandler.cs (1)
48assemblyQualifiedName = factType.AssemblyQualifiedName.ToString();
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
385return ((Type)value).AssemblyQualifiedName;
fx\src\data\System\Data\Common\SQLTypes\SqlUDTStorage.cs (2)
55throw ExceptionBuilder.INullableUDTwithoutStaticNull(type.AssemblyQualifiedName); 93throw ExceptionBuilder.IComparableNotImplemented(DataType.AssemblyQualifiedName);
fx\src\data\System\Data\DataException.cs (1)
745return _Argument(Res.GetString(Res.DataColumn_InvalidDataColumnMapping, type.AssemblyQualifiedName));
fx\src\data\System\Data\DataRow.cs (1)
1100throw ExceptionBuilder.UDTImplementsIChangeTrackingButnotIRevertible(dc.DataType.AssemblyQualifiedName);
fx\src\data\System\Data\SqlClient\assemblycache.cs (1)
69throw SQL.UDTInvalidSqlType(orig.AssemblyQualifiedName);
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (1)
588schemaRow[UdtAssemblyQualifiedName] = colMetaData.Type.AssemblyQualifiedName;
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
10094throw SQL.UDTUnexpectedResult(value.GetType().AssemblyQualifiedName);
fx\src\data\System\Data\xmlsaver.cs (2)
2262throw ExceptionBuilder.PolymorphismNotSupported(valuesType.AssemblyQualifiedName); 2634throw ExceptionBuilder.PolymorphismNotSupported(valuesType.AssemblyQualifiedName);
System.Data.Entity (4)
System\Data\Common\Internal\Materialization\ColumnMapKeyBuilder.cs (1)
68Append(prefix, type.AssemblyQualifiedName);
System\Data\Metadata\ObjectLayer\ObjectItemAttributeAssemblyLoader.cs (2)
95clrType.AssemblyQualifiedName, edmType.ClrType.AssemblyQualifiedName), edmType));
System\Data\Spatial\Internal\SpatialExceptions.cs (1)
99return EntityUtil.Argument(System.Data.Entity.Strings.SqlSpatialServices_ProviderValueNotSqlType(requiredType.AssemblyQualifiedName), "providerValue");
System.Data.Linq (2)
Mapping\MappedMetaModel.cs (1)
225|| string.Compare(rootMapping.Name, type.AssemblyQualifiedName, StringComparison.Ordinal) == 0)
parent\DbmlShared\Mapping.cs (1)
63|| string.Compare(map.Name, type.AssemblyQualifiedName, StringComparison.Ordinal) == 0)
System.Data.Services.Client (1)
System\Data\Services\Client\ClientConvert.cs (1)
341return ((Type)propertyValue).AssemblyQualifiedName;
System.IdentityModel (11)
System\IdentityModel\Claims\ClaimsAuthenticationManager.cs (1)
34throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException(SR.GetString(SR.ID0023, this.GetType().AssemblyQualifiedName)));
System\IdentityModel\Claims\ClaimsAuthorizationManager.cs (1)
36throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException(SR.GetString(SR.ID0023, this.GetType().AssemblyQualifiedName)));
System\IdentityModel\Configuration\TypeResolveHelper.cs (2)
33SR.GetString(SR.ID1029, customType.AssemblyQualifiedName, typeof(T))); 77throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ConfigurationErrorsException(SR.GetString(SR.ID0012, customType.AssemblyQualifiedName), inner));
System\IdentityModel\Selectors\SecurityTokenResolver.cs (1)
89throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException(SR.GetString(SR.ID0023, this.GetType().AssemblyQualifiedName)));
System\IdentityModel\Selectors\X509CertificateValidator.cs (1)
98throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException(SR.GetString(SR.ID0023, this.GetType().AssemblyQualifiedName)));
System\IdentityModel\Tokens\IssuerNameRegistry.cs (1)
58throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException(SR.GetString(SR.ID0023, this.GetType().AssemblyQualifiedName)));
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
4971new InvalidOperationException(SR.GetString(SR.ID4107, data.GetType().AssemblyQualifiedName)));
System\IdentityModel\Tokens\SecurityTokenHandler.cs (1)
287throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException(SR.GetString(SR.ID0023, this.GetType().AssemblyQualifiedName)));
System\IdentityModel\Tokens\SessionSecurityTokenCache.cs (1)
24throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException(SR.GetString(SR.ID0023, this.GetType().AssemblyQualifiedName)));
System\IdentityModel\Tokens\TokenReplayCache.cs (1)
22throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException(SR.GetString(SR.ID0023, this.GetType().AssemblyQualifiedName)));
System.Runtime.Serialization (7)
System\Runtime\Serialization\CodeExporter.cs (3)
554throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.ReferencedTypeDoesNotMatch, type.AssemblyQualifiedName, dataContract.StableName.Name, dataContract.StableName.Namespace))); 572throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.ReferencedTypeDoesNotMatch, type.AssemblyQualifiedName, dataContract.StableName.Name, dataContract.StableName.Namespace))); 586type.AssemblyQualifiedName,
System\Runtime\Serialization\DataContract.cs (1)
2154DeclaredTypeElement elem = elements[rootType.AssemblyQualifiedName];
System\Runtime\Serialization\DataContractSet.cs (3)
138throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.DupTypeContractInDataContractSet, (typeNamesEqual ? dataContract.UnderlyingType.AssemblyQualifiedName : DataContract.GetClrTypeFullName(dataContract.UnderlyingType)), (typeNamesEqual ? dataContractInSet.UnderlyingType.AssemblyQualifiedName : DataContract.GetClrTypeFullName(dataContractInSet.UnderlyingType)), dataContract.StableName.Name, dataContract.StableName.Namespace))); 471errorMessage.AppendFormat("{0}\"{1}\" ", Environment.NewLine, conflictingType.AssemblyQualifiedName);
System.ServiceModel (120)
System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (2)
161typeof(HttpMessageHandlerFactory).AssemblyQualifiedName))); 208Type = thisType.AssemblyQualifiedName
System\ServiceModel\Channels\ServiceChannel.cs (1)
1829values["ServiceType"] = behavior.Type.AssemblyQualifiedName;
System\ServiceModel\Configuration\BindingCollectionElement.cs (2)
69if (collectionElement.Type.Equals(extensionSectionType.AssemblyQualifiedName, StringComparison.Ordinal)) 88extensionSectionType.AssemblyQualifiedName,
System\ServiceModel\Configuration\ClientCredentialsElement.cs (1)
124SR.GetString(SR.ConfigInvalidClientCredentialsType, this.Type, credentialsType.AssemblyQualifiedName)));
System\ServiceModel\Configuration\CustomBindingCollectionElement.cs (2)
119bool foundMatch = TryCreateMatchingExtension(bindingElement, collection, false, configElement.CollectionElementBaseType.AssemblyQualifiedName, out bindingElementExtension); 122foundMatch = TryCreateMatchingExtension(bindingElement, collection, true, configElement.CollectionElementBaseType.AssemblyQualifiedName, out bindingElementExtension);
System\ServiceModel\Configuration\CustomBindingElement.cs (5)
90existingElement.GetType().AssemblyQualifiedName))); 96existingElement.GetType().AssemblyQualifiedName))); 102existingElement.GetType().AssemblyQualifiedName))); 119typeof(CustomBinding).AssemblyQualifiedName, 120binding.GetType().AssemblyQualifiedName));
System\ServiceModel\Configuration\DelegatingHandlerElement.cs (1)
25this.Type = handlerType.AssemblyQualifiedName;
System\ServiceModel\Configuration\EndpointCollectionElement.cs (2)
71if (collectionElement.Type.Equals(extensionSectionType.AssemblyQualifiedName, StringComparison.Ordinal)) 90extensionSectionType.AssemblyQualifiedName,
System\ServiceModel\Configuration\ExtensionsSection.cs (63)
43this.BehaviorExtensions.Add(new ExtensionElement(ConfigurationStrings.ClientCredentials, typeof(ClientCredentialsElement).AssemblyQualifiedName)); 44this.BehaviorExtensions.Add(new ExtensionElement(ConfigurationStrings.ServiceCredentials, typeof(ServiceCredentialsElement).AssemblyQualifiedName)); 45this.BehaviorExtensions.Add(new ExtensionElement(ConfigurationStrings.CallbackDebugSectionName, typeof(CallbackDebugElement).AssemblyQualifiedName)); 46this.BehaviorExtensions.Add(new ExtensionElement(ConfigurationStrings.ClientViaSectionName, typeof(ClientViaElement).AssemblyQualifiedName)); 47this.BehaviorExtensions.Add(new ExtensionElement(ConfigurationStrings.SynchronousReceiveSectionName, typeof(SynchronousReceiveElement).AssemblyQualifiedName)); 48this.BehaviorExtensions.Add(new ExtensionElement(ConfigurationStrings.DispatcherSynchronizationSectionName, typeof(DispatcherSynchronizationElement).AssemblyQualifiedName)); 49this.BehaviorExtensions.Add(new ExtensionElement(ConfigurationStrings.ServiceMetadataPublishingSectionName, typeof(ServiceMetadataPublishingElement).AssemblyQualifiedName)); 50this.BehaviorExtensions.Add(new ExtensionElement(ConfigurationStrings.ServiceDebugSectionName, typeof(ServiceDebugElement).AssemblyQualifiedName)); 51this.BehaviorExtensions.Add(new ExtensionElement(ConfigurationStrings.ServiceHealthSectionName, typeof(ServiceHealthElement).AssemblyQualifiedName)); 52this.BehaviorExtensions.Add(new ExtensionElement(ConfigurationStrings.ServiceAuthenticationManagerSectionName, typeof(ServiceAuthenticationElement).AssemblyQualifiedName)); 53this.BehaviorExtensions.Add(new ExtensionElement(ConfigurationStrings.ServiceAuthorizationSectionName, typeof(ServiceAuthorizationElement).AssemblyQualifiedName)); 54this.BehaviorExtensions.Add(new ExtensionElement(ConfigurationStrings.ServiceSecurityAuditSectionName, typeof(ServiceSecurityAuditElement).AssemblyQualifiedName)); 55this.BehaviorExtensions.Add(new ExtensionElement(ConfigurationStrings.ServiceThrottlingSectionName, typeof(ServiceThrottlingElement).AssemblyQualifiedName)); 56this.BehaviorExtensions.Add(new ExtensionElement(ConfigurationStrings.TransactedBatchingSectionName, typeof(TransactedBatchingElement).AssemblyQualifiedName)); 57this.BehaviorExtensions.Add(new ExtensionElement(ConfigurationStrings.DataContractSerializerSectionName, typeof(DataContractSerializerElement).AssemblyQualifiedName)); 58this.BehaviorExtensions.Add(new ExtensionElement(ConfigurationStrings.ServiceTimeouts, typeof(ServiceTimeoutsElement).AssemblyQualifiedName)); 59this.BehaviorExtensions.Add(new ExtensionElement(ConfigurationStrings.CallbackTimeouts, typeof(CallbackTimeoutsElement).AssemblyQualifiedName)); 60this.BehaviorExtensions.Add(new ExtensionElement(ConfigurationStrings.UseRequestHeadersForMetadataAddress, typeof(UseRequestHeadersForMetadataAddressElement).AssemblyQualifiedName)); 61this.BehaviorExtensions.Add(new ExtensionElement(ConfigurationStrings.Clear, typeof(ClearBehaviorElement).AssemblyQualifiedName)); 62this.BehaviorExtensions.Add(new ExtensionElement(ConfigurationStrings.Remove, typeof(RemoveBehaviorElement).AssemblyQualifiedName)); 67this.BindingElementExtensions.Add(new ExtensionElement(ConfigurationStrings.BinaryMessageEncodingSectionName, typeof(BinaryMessageEncodingElement).AssemblyQualifiedName)); 68this.BindingElementExtensions.Add(new ExtensionElement(ConfigurationStrings.CompositeDuplexSectionName, typeof(CompositeDuplexElement).AssemblyQualifiedName)); 69this.BindingElementExtensions.Add(new ExtensionElement(ConfigurationStrings.OneWaySectionName, typeof(OneWayElement).AssemblyQualifiedName)); 70this.BindingElementExtensions.Add(new ExtensionElement(ConfigurationStrings.TransactionFlowSectionName, typeof(TransactionFlowElement).AssemblyQualifiedName)); 71this.BindingElementExtensions.Add(new ExtensionElement(ConfigurationStrings.HttpsTransportSectionName, typeof(HttpsTransportElement).AssemblyQualifiedName)); 72this.BindingElementExtensions.Add(new ExtensionElement(ConfigurationStrings.HttpTransportSectionName, typeof(HttpTransportElement).AssemblyQualifiedName)); 73this.BindingElementExtensions.Add(new ExtensionElement(ConfigurationStrings.MsmqIntegrationSectionName, typeof(MsmqIntegrationElement).AssemblyQualifiedName)); 74this.BindingElementExtensions.Add(new ExtensionElement(ConfigurationStrings.MsmqTransportSectionName, typeof(MsmqTransportElement).AssemblyQualifiedName)); 75this.BindingElementExtensions.Add(new ExtensionElement(ConfigurationStrings.MtomMessageEncodingSectionName, typeof(MtomMessageEncodingElement).AssemblyQualifiedName)); 76this.BindingElementExtensions.Add(new ExtensionElement(ConfigurationStrings.NamedPipeTransportSectionName, typeof(NamedPipeTransportElement).AssemblyQualifiedName)); 78this.BindingElementExtensions.Add(new ExtensionElement(ConfigurationStrings.PeerTransportSectionName, typeof(PeerTransportElement).AssemblyQualifiedName)); 79this.BindingElementExtensions.Add(new ExtensionElement(ConfigurationStrings.PnrpPeerResolverSectionName, typeof(PnrpPeerResolverElement).AssemblyQualifiedName)); 81this.BindingElementExtensions.Add(new ExtensionElement(ConfigurationStrings.PrivacyNoticeSectionName, typeof(PrivacyNoticeElement).AssemblyQualifiedName)); 82this.BindingElementExtensions.Add(new ExtensionElement(ConfigurationStrings.ReliableSessionSectionName, typeof(ReliableSessionElement).AssemblyQualifiedName)); 83this.BindingElementExtensions.Add(new ExtensionElement(ConfigurationStrings.SecuritySectionName, typeof(SecurityElement).AssemblyQualifiedName)); 84this.BindingElementExtensions.Add(new ExtensionElement(ConfigurationStrings.SslStreamSecuritySectionName, typeof(SslStreamSecurityElement).AssemblyQualifiedName)); 85this.BindingElementExtensions.Add(new ExtensionElement(ConfigurationStrings.TcpTransportSectionName, typeof(TcpTransportElement).AssemblyQualifiedName)); 86this.BindingElementExtensions.Add(new ExtensionElement(ConfigurationStrings.TextMessageEncodingSectionName, typeof(TextMessageEncodingElement).AssemblyQualifiedName)); 87this.BindingElementExtensions.Add(new ExtensionElement(ConfigurationStrings.UnrecognizedPolicyAssertionSectionName, typeof(UnrecognizedPolicyAssertionElement).AssemblyQualifiedName)); 88this.BindingElementExtensions.Add(new ExtensionElement(ConfigurationStrings.UseManagedPresentationSectionName, typeof(UseManagedPresentationElement).AssemblyQualifiedName)); 89this.BindingElementExtensions.Add(new ExtensionElement(ConfigurationStrings.WindowsStreamSecuritySectionName, typeof(WindowsStreamSecurityElement).AssemblyQualifiedName)); 99this.BindingExtensions.Add(new ExtensionElement(ConfigurationStrings.BasicHttpBindingCollectionElementName, typeof(BasicHttpBindingCollectionElement).AssemblyQualifiedName)); 100this.BindingExtensions.Add(new ExtensionElement(ConfigurationStrings.CustomBindingCollectionElementName, typeof(CustomBindingCollectionElement).AssemblyQualifiedName)); 101this.BindingExtensions.Add(new ExtensionElement(ConfigurationStrings.MsmqIntegrationBindingCollectionElementName, typeof(MsmqIntegrationBindingCollectionElement).AssemblyQualifiedName)); 102this.BindingExtensions.Add(new ExtensionElement(ConfigurationStrings.NetMsmqBindingCollectionElementName, typeof(NetMsmqBindingCollectionElement).AssemblyQualifiedName)); 103this.BindingExtensions.Add(new ExtensionElement(ConfigurationStrings.NetNamedPipeBindingCollectionElementName, typeof(NetNamedPipeBindingCollectionElement).AssemblyQualifiedName)); 105this.BindingExtensions.Add(new ExtensionElement(ConfigurationStrings.NetPeerTcpBindingCollectionElementName, typeof(NetPeerTcpBindingCollectionElement).AssemblyQualifiedName)); 107this.BindingExtensions.Add(new ExtensionElement(ConfigurationStrings.NetTcpBindingCollectionElementName, typeof(NetTcpBindingCollectionElement).AssemblyQualifiedName)); 108this.BindingExtensions.Add(new ExtensionElement(ConfigurationStrings.WSDualHttpBindingCollectionElementName, typeof(WSDualHttpBindingCollectionElement).AssemblyQualifiedName)); 109this.BindingExtensions.Add(new ExtensionElement(ConfigurationStrings.WSFederationHttpBindingCollectionElementName, typeof(WSFederationHttpBindingCollectionElement).AssemblyQualifiedName)); 110this.BindingExtensions.Add(new ExtensionElement(ConfigurationStrings.WS2007FederationHttpBindingCollectionElementName, typeof(WS2007FederationHttpBindingCollectionElement).AssemblyQualifiedName)); 111this.BindingExtensions.Add(new ExtensionElement(ConfigurationStrings.WSHttpBindingCollectionElementName, typeof(WSHttpBindingCollectionElement).AssemblyQualifiedName)); 112this.BindingExtensions.Add(new ExtensionElement(ConfigurationStrings.WS2007HttpBindingCollectionElementName, typeof(WS2007HttpBindingCollectionElement).AssemblyQualifiedName)); 113this.BindingExtensions.Add(new ExtensionElement(ConfigurationStrings.MexHttpBindingCollectionElementName, typeof(MexHttpBindingCollectionElement).AssemblyQualifiedName)); 114this.BindingExtensions.Add(new ExtensionElement(ConfigurationStrings.MexHttpsBindingCollectionElementName, typeof(MexHttpsBindingCollectionElement).AssemblyQualifiedName)); 115this.BindingExtensions.Add(new ExtensionElement(ConfigurationStrings.MexNamedPipeBindingCollectionElementName, typeof(MexNamedPipeBindingCollectionElement).AssemblyQualifiedName)); 116this.BindingExtensions.Add(new ExtensionElement(ConfigurationStrings.MexTcpBindingCollectionElementName, typeof(MexTcpBindingCollectionElement).AssemblyQualifiedName)); 121this.BindingExtensions.Add(new ExtensionElement(ConfigurationStrings.NetHttpBindingCollectionElementName, typeof(NetHttpBindingCollectionElement).AssemblyQualifiedName)); 122this.BindingExtensions.Add(new ExtensionElement(ConfigurationStrings.NetHttpsBindingCollectionElementName, typeof(NetHttpsBindingCollectionElement).AssemblyQualifiedName)); 123this.BindingExtensions.Add(new ExtensionElement(ConfigurationStrings.BasicHttpsBindingCollectionElementName, typeof(BasicHttpsBindingCollectionElement).AssemblyQualifiedName)); 129this.EndpointExtensions.Add(new ExtensionElement(ConfigurationStrings.MexStandardEndpointCollectionElementName, typeof(ServiceMetadataEndpointCollectionElement).AssemblyQualifiedName)); 184Fx.Assert(String.Format(CultureInfo.InvariantCulture, "{0} is not a type supported by the ServiceModelExtensionsSection collections.", extensionType.AssemblyQualifiedName)); 185DiagnosticUtility.FailFast(String.Format(CultureInfo.InvariantCulture, "{0} is not a type supported by the ServiceModelExtensionsSection collections.", extensionType.AssemblyQualifiedName));
System\ServiceModel\Configuration\PeerCustomResolverElement.cs (1)
105SetPropertyValueIfNotDefaultValue(ConfigurationStrings.PeerResolverType, settings.Resolver.GetType().AssemblyQualifiedName);
System\ServiceModel\Configuration\PolicyImporterElement.cs (1)
26this.Type = type.AssemblyQualifiedName;
System\ServiceModel\Configuration\ServiceCredentialsElement.cs (1)
127SR.GetString(SR.ConfigInvalidServiceCredentialsType, this.Type, credentialsType.AssemblyQualifiedName)));
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (1)
198values["ElementType"] = System.Runtime.Diagnostics.DiagnosticTraceBase.XmlEncode(typeof(TServiceModelExtensionElement).AssemblyQualifiedName);
System\ServiceModel\Configuration\ServiceModelExtensionElement.cs (5)
46string thisAssemblyQualifiedName = ThisType.AssemblyQualifiedName; 158values["ElementType"] = System.Runtime.Diagnostics.DiagnosticTraceBase.XmlEncode(ThisType.AssemblyQualifiedName); 222extensionSectionType.AssemblyQualifiedName), 240if (collectionElement.Type.Equals(extensionSectionType.AssemblyQualifiedName, StringComparison.Ordinal)) 259extensionSectionType.AssemblyQualifiedName,
System\ServiceModel\Configuration\StandardBindingElement.cs (4)
98(this.BindingElementType == null) ? string.Empty : this.BindingElementType.AssemblyQualifiedName, 99binding.GetType().AssemblyQualifiedName)); 125(this.BindingElementType == null) ? string.Empty : this.BindingElementType.AssemblyQualifiedName, 126binding.GetType().AssemblyQualifiedName));
System\ServiceModel\Configuration\StandardEndpointElement.cs (6)
92this.EndpointType.AssemblyQualifiedName, 93endpoint.GetType().AssemblyQualifiedName)); 121(this.EndpointType == null) ? string.Empty : this.EndpointType.AssemblyQualifiedName, 122endpoint.GetType().AssemblyQualifiedName)); 144(this.EndpointType == null) ? string.Empty : this.EndpointType.AssemblyQualifiedName, 145endpoint.GetType().AssemblyQualifiedName));
System\ServiceModel\Configuration\WsdlImporterElement.cs (1)
26this.Type = type.AssemblyQualifiedName;
System\ServiceModel\Configuration\XPathMessageFilterElementCollection.cs (6)
41typeof(XPathMessageFilter).AssemblyQualifiedName, 42key.GetType().AssemblyQualifiedName))); 85typeof(XPathMessageFilter).AssemblyQualifiedName, 86key.GetType().AssemblyQualifiedName))); 120typeof(XPathMessageFilter).AssemblyQualifiedName, 121key.GetType().AssemblyQualifiedName)));
System\ServiceModel\Configuration\XPathMessageFilterElementComparer.cs (1)
97SR.GetString(SR.ConfigCannotParseXPathFilter, obj.GetType().AssemblyQualifiedName)));
System\ServiceModel\Description\ConfigLoader.cs (10)
281{ "ConfigurationType", type.AssemblyQualifiedName }, 282{ "BehaviorType", behaviorType.AssemblyQualifiedName } 325throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.InvalidWsdlExtensionTypeInConfig, wsdlImporterType.AssemblyQualifiedName))); 332throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.WsdlExtensionTypeRequiresDefaultConstructor, wsdlImporterType.AssemblyQualifiedName))); 354throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.InvalidPolicyExtensionTypeInConfig, policyImporterType.AssemblyQualifiedName))); 361throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.PolicyExtensionTypeRequiresDefaultConstructor, policyImporterType.AssemblyQualifiedName))); 737throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.ConfigNoEndpointCreated, standardEndpointElement.GetType().AssemblyQualifiedName, 738(standardEndpointElement.EndpointType == null) ? string.Empty : standardEndpointElement.EndpointType.AssemblyQualifiedName))); 913throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.ConfigNoEndpointCreated, standardEndpointElement.GetType().AssemblyQualifiedName, 914(standardEndpointElement.EndpointType == null) ? string.Empty : standardEndpointElement.EndpointType.AssemblyQualifiedName)));
System\ServiceModel\Description\WsdlImporter.cs (2)
828WsdlImportException wie = WsdlImportException.Create(item, new InvalidOperationException(SR.GetString(SR.UnknownWSDLExtensionIgnored, extension.GetType().AssemblyQualifiedName))); 1909string errorMessage = SR.GetString(SR.WsdlExtensionBeforeImportError, importer.GetType().AssemblyQualifiedName, e.Message);
System\ServiceModel\Diagnostics\MessageTraceRecord.cs (1)
63xml.WriteAttributeString("ClrType", base.XmlEncode(claimSet.GetType().AssemblyQualifiedName));
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (1)
617xml.WriteString(claim.GetType().AssemblyQualifiedName);
System.ServiceModel.Activation (5)
System\ServiceModel\Activation\HostedTransportConfigurationManager.cs (1)
91throw FxTrace.Exception.AsError(new InvalidOperationException(SR.Hosting_BadMetabaseSettingsIis7Type(type.AssemblyQualifiedName)));
System\ServiceModel\Activation\ServiceParser.cs (1)
268typeToPreserveName = typeToPreserve.AssemblyQualifiedName;
System\ServiceModel\Activation\ServiceRoute.cs (2)
23TD.AspNetRoute(routePrefix, serviceType.AssemblyQualifiedName, serviceHostFactory.GetType().AssemblyQualifiedName);
System\ServiceModel\Activation\ServiceRouteHandler.cs (1)
49string serviceType = webServiceType.AssemblyQualifiedName;
System.ServiceModel.Internals (2)
System\Runtime\Diagnostics\DiagnosticTraceBase.cs (1)
354xml.WriteElementString(DiagnosticStrings.ExceptionTypeTag, XmlEncode(exception.GetType().AssemblyQualifiedName));
System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (1)
759new Tuple<string, string> (DiagnosticStrings.ExceptionTypeTag, XmlEncode(exception.GetType().AssemblyQualifiedName)),
System.Transactions (1)
System\Transactions\Trace\DiagnosticTrace.cs (1)
693xml.WriteElementString(DiagnosticStrings.ExceptionTypeTag, DiagnosticTrace.XmlEncode(exception.GetType().AssemblyQualifiedName));
System.Web (30)
Compilation\BuildManager.cs (2)
895methodsToExecute = methodsToExecute.OrderBy(m => m.DeclaringType.AssemblyQualifiedName, StringComparer.OrdinalIgnoreCase) 3326return t.AssemblyQualifiedName;
Compilation\DelayLoadType.cs (1)
58return Type.AssemblyQualifiedName;
Compilation\DesignTimeResourceProviderFactoryAttribute.cs (1)
24_factoryTypeName = factoryType.AssemblyQualifiedName;
Compilation\ExpressionEditorAttribute.cs (1)
16public ExpressionEditorAttribute(Type type) : this((type != null) ? type.AssemblyQualifiedName : null) {
Configuration\BrowserDefinition.cs (1)
546controlString = type.AssemblyQualifiedName;
Configuration\HttpCapabilitiesBase.cs (1)
252controlTypename = tempControlType.AssemblyQualifiedName;
Configuration\RemoteWebConfigurationHost.cs (1)
337typeName = protectionProvider.GetType().AssemblyQualifiedName;
DynamicModuleRegistry.cs (2)
35_entries.Add(new DynamicModuleRegistryEntry(MakeUniqueModuleName(moduleType), moduleType.AssemblyQualifiedName)); 49return String.Format(CultureInfo.InvariantCulture, _moduleNameFormat, moduleType.AssemblyQualifiedName, Guid.NewGuid());
Hosting\ApplicationManager.cs (5)
292ObjectHandle h = env.CreateWellKnownObjectInstance(type.AssemblyQualifiedName, failIfExists); 395ObjectHandle h = env.FindWellKnownObject(type.AssemblyQualifiedName); 460ObjectHandle h = env.FindWellKnownObject(runtimeType.AssemblyQualifiedName); 484env.StopWellKnownObject(type.AssemblyQualifiedName); 840return env.CreateInstance(type.AssemblyQualifiedName);
HttpContext.cs (1)
892handlerTypeName = handlerType.AssemblyQualifiedName;
Management\WebEvents.cs (1)
1025property.Name, property.SerializeAs.ToString(), property.PropertyType.AssemblyQualifiedName ),
Profile\HttpProfileBase.cs (1)
252return t.AssemblyQualifiedName;
UI\DataBindingHandlerAttribute.cs (1)
37_typeName = type.AssemblyQualifiedName;
UI\ObjectStateFormatter.cs (2)
660SR.GetString(SR.Webevent_msg_OSF_Deserialization_String, valueType.AssemblyQualifiedName), 876writer.Write(type.AssemblyQualifiedName);
UI\StateManagedCollection.cs (2)
409typedObjectTypeNames.Add(objectType.AssemblyQualifiedName); 491typedObjectTypeNames.Add(objectType.AssemblyQualifiedName);
UI\TargetFrameworkUtil.cs (1)
462typeName = targetFrameworkType.AssemblyQualifiedName;
UI\TemplateControl.cs (1)
633combinedHashCode.AddObject(m.DeclaringType.AssemblyQualifiedName);
UI\Util.cs (1)
1237return t.AssemblyQualifiedName;
UI\WebControls\XmlDataSource.cs (1)
414sb.Append(Page.GetType().AssemblyQualifiedName);
UI\WebParts\ConnectionsZone.cs (1)
1019string configControlTypeName = configurationControl.GetType().AssemblyQualifiedName;
UI\WebParts\WebPartManager.cs (1)
2512return type.AssemblyQualifiedName;
UI\WebParts\WebPartUtil.cs (1)
67return type.AssemblyQualifiedName;
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
541writer.Write(typeof(Chart).AssemblyQualifiedName);
System.Web.DynamicData (1)
DynamicData\FilterRepeater.cs (1)
223filter.ContextTypeName = column.Table.DataContextType.AssemblyQualifiedName;
System.Web.Extensions (6)
ApplicationServices\ApplicationServiceHelper.cs (1)
201metadata.TypeName = property.PropertyType.AssemblyQualifiedName;
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (2)
724webReferenceOptions.SchemaImporterExtensions.Add(typedDataSetSchemaImporterExtension.AssemblyQualifiedName); 725webReferenceOptions.SchemaImporterExtensions.Add(typeof(System.Data.DataSetSchemaImporterExtension).AssemblyQualifiedName);
Script\Serialization\SimpleTypeResolver.cs (1)
21return type.AssemblyQualifiedName;
UI\WebControls\Expressions\OfTypeExpression.cs (1)
48TypeName = type.AssemblyQualifiedName;
UI\WebControls\LinqDataSource.cs (1)
586View.ContextTypeName = value.AssemblyQualifiedName;
System.Web.Mobile (2)
UI\MobileControls\DesignerAdapterAttribute.cs (1)
39_typeName = adapterType.AssemblyQualifiedName;
UI\MobileControls\MobileControlsSectionHelper.cs (1)
27config["cookielessDataDictionaryType"] = controlSection.CookielessDataDictionaryType.AssemblyQualifiedName;
System.Web.Services (3)
System\Web\Services\Configuration\SoapExtensionTypeElement.cs (1)
33this(type.AssemblyQualifiedName, priority, group)
System\Web\Services\Configuration\TypeElement.cs (2)
24public TypeElement(Type type) : this(type.AssemblyQualifiedName) { 93return castedValue.name == null ? castedValue.type.AssemblyQualifiedName : castedValue.name;
System.Windows.Forms (4)
misc\MultitargetUtil.cs (1)
43assemblyQualifiedName = type.AssemblyQualifiedName;
winforms\Managed\System\WinForms\Control.cs (1)
13021string type = GetType().AssemblyQualifiedName;
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1505str += "), property = (" + this.PropertyLabel + "," + type.AssemblyQualifiedName + "), value = " + "[" + textVal + "], expandable = " + this.Expandable.ToString() + ", readOnly = " + ShouldRenderReadOnly;;
winforms\Managed\System\WinForms\TrustManager.cs (1)
224elRoot.AddAttribute("class", SecurityElement.Escape(this.GetType().AssemblyQualifiedName));
System.Workflow.Activities (23)
Common\CompModHelpers.cs (1)
818if (typeProvider.GetType(type.AssemblyQualifiedName) != null)
Designers\WebServiceReceiveDesigner.cs (1)
125value = type.AssemblyQualifiedName;
LocalService\CorrelationResolver.cs (5)
307throw new InvalidOperationException(SR.GetString(SR.Error_ExternalDataExchangeException, interfaceType.AssemblyQualifiedName)); 313throw new InvalidOperationException(SR.GetString(SR.Error_CorrelationParameterException, interfaceType.AssemblyQualifiedName)); 324throw new MissingMethodException(interfaceType.AssemblyQualifiedName, methodName); 340throw new InvalidOperationException(SR.GetString(SR.Error_CorrelationParameterException, interfaceType.AssemblyQualifiedName, paramAttribute.Name, methodName)); 407throw new MissingMethodException(interfaceType.AssemblyQualifiedName, methodName);
LocalService\MessageQueueKey.cs (1)
36assemblyQualifiedName = this.interfaceType.AssemblyQualifiedName;
Rules\Exceptions.cs (2)
240info.AddValue("left", (m_leftType != null) ? m_leftType.AssemblyQualifiedName : "null"); 242info.AddValue("right", (m_rightType != null) ? m_rightType.AssemblyQualifiedName : "null");
Rules\Expressions.cs (1)
1441invokeExpr.UserData[RuleUserDataKeys.QualifiedName] = mi.DeclaringType.AssemblyQualifiedName;
Rules\Parser\Parser.cs (1)
2133type = Validator.ResolveType(type.AssemblyQualifiedName);
Rules\RuleValidation.cs (5)
925private static string voidTypeName = voidType.AssemblyQualifiedName; 3778typeRef.UserData[RuleUserDataKeys.QualifiedName] = resultType.AssemblyQualifiedName; 3827"IsAuthorized should not be called for a type that is a pointer or passed by reference : " + type.AssemblyQualifiedName); 3862type.AssemblyQualifiedName); 3864string qualifiedName = type.AssemblyQualifiedName;
WebServiceFault.cs (1)
238interfaceType = typeProvider.GetType(webServiceReceive.InterfaceType.AssemblyQualifiedName);
WebServiceReceive.cs (3)
184Type type = typeProvider.GetType(this.InterfaceType.AssemblyQualifiedName); 452type = typeProvider.GetType(this.InterfaceType.AssemblyQualifiedName); 524interfaceType = typeProvider.GetType(webServiceReceive.InterfaceType.AssemblyQualifiedName);
WebServiceResponse.cs (2)
263type = typeProvider.GetType(webServiceReceive.InterfaceType.AssemblyQualifiedName); 361interfaceType = typeProvider.GetType(webServiceReceive.InterfaceType.AssemblyQualifiedName);
System.Workflow.ComponentModel (27)
AuthoringOM\ActivityInterfaces.cs (1)
63this.executorTypeName = executorType.AssemblyQualifiedName;
AuthoringOM\Bind.cs (1)
298if (authorizedType.RegularExpression.IsMatch(referenceType.AssemblyQualifiedName))
AuthoringOM\Compiler\CodeGeneration\CodeGeneratorAttribute.cs (1)
20this.codeGeneratorTypeName = codeGeneratorType.AssemblyQualifiedName;
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (4)
145return this.typeProvider.GetType(this.runtimeType.DeclaringType.AssemblyQualifiedName); 160fullName.Append(this.typeArgs[index].AssemblyQualifiedName); 238if (!String.IsNullOrEmpty(type.AssemblyQualifiedName)) 239returnType = this.typeProvider.GetType(type.AssemblyQualifiedName);
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (2)
669if (firstType.AssemblyQualifiedName != secondType.AssemblyQualifiedName)
AuthoringOM\Compiler\Validation\ValidatorAttribute.cs (1)
15this.validatorTypeName = validatorType.AssemblyQualifiedName;
AuthoringOM\Compiler\XomlCompiler.cs (1)
641if (authorizedType.RegularExpression.IsMatch(typeToAuthorize.AssemblyQualifiedName))
AuthoringOM\Design\ActivityDesigner.cs (1)
1997if (designerAttribute != null && (designerBaseType == null || designerAttribute.DesignerBaseTypeName == designerBaseType.AssemblyQualifiedName))
AuthoringOM\Design\CustomActivityDesigner.cs (2)
73if (rootDesignerAttrib.DesignerTypeName == typeof(ActivityDesigner).AssemblyQualifiedName) 142if (designerAttribute != null && designerAttribute.DesignerBaseTypeName == designerBaseType.AssemblyQualifiedName)
AuthoringOM\Design\DesignerInterfaces.cs (1)
1134this.typeName = type.AssemblyQualifiedName;
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
788typeName.Replace("[" + parameterType.AssemblyQualifiedName + "]", GetSimpleTypeFullName(parameterType));
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (3)
652stockActivityTypeNames.Add(typeof(FaultHandlersActivity).AssemblyQualifiedName); 654stockActivityTypeNames.Add(typeof(CompensationHandlerActivity).AssemblyQualifiedName); 655stockActivityTypeNames.Add(typeof(CancellationHandlerActivity).AssemblyQualifiedName);
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (3)
549this.selectedTypeName = type.AssemblyQualifiedName; 1142typeName.Replace("[" + parameterType.AssemblyQualifiedName + "]", parameterType.FullName); 1467return (parameterData.Type.AssemblyQualifiedName);
AuthoringOM\Serializer\CodeTypeReferenceSerializer.cs (2)
66typeName = type.AssemblyQualifiedName; 94result.UserData[QualifiedName] = type.AssemblyQualifiedName;
AuthoringOM\Serializer\WorkflowMarkupSerializationManager.cs (1)
251if (resolvedType != null && !resolvedType.AssemblyQualifiedName.Equals(assemblyQualifiedName, StringComparison.Ordinal))
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
2317if (authorizedType.RegularExpression.IsMatch(typeToAuthorize.AssemblyQualifiedName))
Shared\CompModHelpers.cs (1)
816if (typeProvider.GetType(type.AssemblyQualifiedName) != null)
System.Workflow.Runtime (8)
Tracking.cs (2)
1620throw new InvalidOperationException(String.Format(System.Globalization.CultureInfo.CurrentCulture, ExecutionStringManager.NullProfileForChannel, this._scheduleType.AssemblyQualifiedName)); 1837return HashServiceType(serviceType.AssemblyQualifiedName);
Tracking\SqlTrackingService.cs (3)
688return item.AssemblyQualifiedName; 1272if (_service._types.Contains(workflowType.AssemblyQualifiedName)) 1315if (!_service._types.Contains(workflowType.AssemblyQualifiedName))
Tracking\TrackingProfileSerializer.cs (3)
1100writer.WriteElementString("Type", loc.ActivityType.AssemblyQualifiedName); 1132writer.WriteElementString("Type", loc.ActivityType.AssemblyQualifiedName); 1147writer.WriteElementString("Type", loc.ArgumentType.AssemblyQualifiedName);
System.WorkflowServices (4)
System\ServiceModel\Activation\WorkflowServiceBuildProvider.cs (1)
46return (base.VirtualPath + "|" + ServiceHostFactoryType.AssemblyQualifiedName + "|" + base.VirtualPath);
System\ServiceModel\QueueNameHelper.cs (1)
19return Create(contractType.AssemblyQualifiedName, operationName);
System\Workflow\Activities\TypedOperationInfo.cs (1)
134Type currentDesignTimeType = typeProvider.GetType(contractType.AssemblyQualifiedName);
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (1)
30return BuildCacheAddress(endpointName, contractType.AssemblyQualifiedName);
System.Xml (1)
System\Xml\Serialization\Configuration\SchemaImporterExtensionElement.cs (1)
121return castedValue.name == null ? castedValue.type.AssemblyQualifiedName : castedValue.name;
WindowsBase (3)
Base\System\Security\Permissions\MediaPermission.cs (1)
370securityElement.AddAttribute("class", this.GetType().AssemblyQualifiedName);
Base\System\Security\Permissions\WebBrowserPermission.cs (1)
234securityElement.AddAttribute("class", this.GetType().AssemblyQualifiedName);
Shared\System\Windows\Markup\ReflectionHelper.cs (1)
311attrValue = typeValue.AssemblyQualifiedName;