10 overrides of AssemblyQualifiedName
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
361public override string? AssemblyQualifiedName => TypeNameBuilder.ToString(this, TypeNameBuilder.Format.AssemblyQualifiedName);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (1)
108public override string? AssemblyQualifiedName => TypeNameBuilder.ToString(this, TypeNameBuilder.Format.AssemblyQualifiedName);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
96public override string? AssemblyQualifiedName => _unmodifiedType.AssemblyQualifiedName;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
81public sealed override string? AssemblyQualifiedName => null;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
57public override string? AssemblyQualifiedName => typeImpl.AssemblyQualifiedName;
System\RuntimeType.NativeAot.cs (1)
840public override string? AssemblyQualifiedName => GetRuntimeTypeInfo().AssemblyQualifiedName;
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\TypeLoader\ConstraintValidatorSupport.cs (1)
142public override string AssemblyQualifiedName { get { Debug.Assert(false); throw NotImplemented.ByDesign; } }
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
32public override string? AssemblyQualifiedName
System.Reflection.Emit (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
361public override string? AssemblyQualifiedName => TypeNameBuilder.ToString(this, TypeNameBuilder.Format.AssemblyQualifiedName);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoType.cs (1)
119public override string? AssemblyQualifiedName => field ??= ComputeAssemblyQualifiedName();
186 references to AssemblyQualifiedName
Aspire.Hosting.CodeGeneration.Python.Tests (2)
AtsPythonCodeGeneratorTests.cs (2)
505TypeId = genericBaseType.AssemblyQualifiedName!, 512TypeId = genericInterfaceType.AssemblyQualifiedName!,
Aspire.Playground.Tests (1)
Infrastructure\DistributedApplicationExtensions.cs (1)
251using var content = new FormUrlEncodedContent([new("context", dbContextType.AssemblyQualifiedName)]);
dotnet-svcutil-lib (15)
CommandProcessorOptions.cs (4)
943else if (specifiedTypes.TryGetValue(type.AssemblyQualifiedName, out foundType)) 945foundTypeName = type.AssemblyQualifiedName; 955cmd, type.AssemblyQualifiedName, foundType.AssemblyQualifiedName));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (3)
551throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRSerialization.ReferencedTypeDoesNotMatch, type.AssemblyQualifiedName, dataContract.StableName.Name, dataContract.StableName.Namespace))); 569throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRSerialization.ReferencedTypeDoesNotMatch, type.AssemblyQualifiedName, dataContract.StableName.Name, dataContract.StableName.Namespace))); 584type.AssemblyQualifiedName,
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSet.cs (3)
134throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRSerialization.DupTypeContractInDataContractSet, (typeNamesEqual ? dataContract.UnderlyingType.AssemblyQualifiedName : DataContract.GetClrTypeFullName(dataContract.UnderlyingType)), (typeNamesEqual ? dataContractInSet.UnderlyingType.AssemblyQualifiedName : DataContract.GetClrTypeFullName(dataContractInSet.UnderlyingType)), dataContract.StableName.Name, dataContract.StableName.Namespace))); 468errorMessage.AppendFormat("{0}\"{1}\" ", Environment.NewLine, conflictingType.AssemblyQualifiedName);
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\DiagnosticTraceBase.cs (1)
166xml.WriteElementString(DiagnosticStrings.ExceptionTypeTag, XmlEncode(exception.GetType().AssemblyQualifiedName));
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (1)
281new Tuple<string, string> (DiagnosticStrings.ExceptionTypeTag, XmlEncode(exception.GetType().AssemblyQualifiedName)),
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenResolver.cs (1)
89throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException(string.Format(SRServiceModel.ID0023, this.GetType().AssemblyQualifiedName)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (2)
826WsdlImportException wie = WsdlImportException.Create(item, new InvalidOperationException(string.Format(SRServiceModel.UnknownWSDLExtensionIgnored, extension.GetType().AssemblyQualifiedName))); 1896string errorMessage = string.Format(SRServiceModel.WsdlExtensionBeforeImportError, importer.GetType().AssemblyQualifiedName, e.Message);
dotnet-svcutil.xmlserializer (4)
Microsoft\Tools\ServiceModel\SvcUtil\Options.cs (4)
487if (specifiedTypes.TryGetValue(type.AssemblyQualifiedName, out foundType)) 488foundTypeName = type.AssemblyQualifiedName; 497cmd, type.AssemblyQualifiedName, foundType.AssemblyQualifiedName));
GenerateDocumentationAndConfigFiles (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Workspace\Mef\LayeredServiceUtilities.cs (2)
22=> (type ?? throw new ArgumentNullException(argName)).AssemblyQualifiedName ?? throw new ArgumentException("Invalid service type", argName); 34var assemblyQualifiedName = serviceType.AssemblyQualifiedName;
ILCompiler.Compiler (1)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
185/// <see cref="System.Type.AssemblyQualifiedName"/>
illink (1)
ILLink.RoslynAnalyzer (1)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
185/// <see cref="System.Type.AssemblyQualifiedName"/>
Microsoft.AspNetCore.Components.Endpoints (1)
Serialization\JsonStoredDataSerializer.cs (1)
123return type.AssemblyQualifiedName
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerStartOptions.cs (1)
38ServiceOverrideTypeName = type.AssemblyQualifiedName;
Microsoft.AspNetCore.DataProtection (6)
AuthenticatedEncryption\ConfigurationModel\ManagedAlgorithmHelpers.cs (1)
32return type.AssemblyQualifiedName!;
KeyManagement\XmlKeyManager.cs (2)
521_logger.DescriptorDeserializerTypeForKeyIs(keyId, descriptorXmlInfo.DeserializerType.AssemblyQualifiedName!); 531new XAttribute(DeserializerTypeAttributeName, descriptorXmlInfo.DeserializerType.AssemblyQualifiedName!),
TypeExtensions.cs (2)
27expectedBaseType.AssemblyQualifiedName, implementationType.AssemblyQualifiedName));
XmlEncryption\XmlEncryptionExtensions.cs (1)
151new XAttribute(XmlConstants.DecryptorTypeAttributeName, entry.Value.DecryptorType.AssemblyQualifiedName!),
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (2)
MigrationsEndPointMiddleware.cs (1)
113var contextType = registeredContexts.FirstOrDefault(c => string.Equals(contextTypeName, c.AssemblyQualifiedName, StringComparison.Ordinal));
Views\DatabaseErrorPage.Designer.cs (1)
355Write(JavaScriptEncode(context.Type.AssemblyQualifiedName!));
Microsoft.Build (3)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
1533?? parameter.PropertyType.AssemblyQualifiedName;
Evaluation\ToolsetElement.cs (1)
81msbuildSection.SectionInformation.Type = typeof(ToolsetConfigurationSection).AssemblyQualifiedName;
Instance\TaskRegistry.cs (1)
1884propertyTypeName = taskPropertyInfo.PropertyType.AssemblyQualifiedName;
Microsoft.Build.Framework (1)
Loader\LoadedType.cs (1)
167PropertyAssemblyQualifiedNames[i] = Properties[i]?.PropertyType?.AssemblyQualifiedName ?? string.Empty;
Microsoft.Build.Tasks.Core (2)
ResourceHandling\LiveObjectResource.cs (1)
24public string TypeAssemblyQualifiedName => Value.GetType().AssemblyQualifiedName;
system.design\stronglytypedresourcebuilder.cs (1)
121TypeAssemblyQualifiedName = type.AssemblyQualifiedName;
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
867sb.Builder.Append(type.AssemblyQualifiedName);
Microsoft.CodeAnalysis.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Workspace\Mef\LayeredServiceUtilities.cs (2)
22=> (type ?? throw new ArgumentNullException(argName)).AssemblyQualifiedName ?? throw new ArgumentException("Invalid service type", argName); 34var assemblyQualifiedName = serviceType.AssemblyQualifiedName;
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Workspace\Mef\LayeredServiceUtilities.cs (2)
22=> (type ?? throw new ArgumentNullException(argName)).AssemblyQualifiedName ?? throw new ArgumentException("Invalid service type", argName); 34var assemblyQualifiedName = serviceType.AssemblyQualifiedName;
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpCompilation.cs (1)
1860new object[] { type.AssemblyQualifiedName ?? "" },
Microsoft.CodeAnalysis.Features (1)
Completion\Providers\AbstractAggregateEmbeddedLanguageCompletionProvider.cs (1)
35var embeddedLanguageServiceType = typeof(IEmbeddedLanguagesProvider).AssemblyQualifiedName;
Microsoft.CodeAnalysis.Workspaces (4)
Diagnostics\Extensions.cs (2)
81/// Cache of a <see cref="Type"/> to its <see cref="Type.AssemblyQualifiedName"/>. We cache this as the latter 93static type => type.AssemblyQualifiedName ?? throw ExceptionUtilities.UnexpectedValue(type));
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Workspace\Mef\LayeredServiceUtilities.cs (2)
22=> (type ?? throw new ArgumentNullException(argName)).AssemblyQualifiedName ?? throw new ArgumentException("Invalid service type", argName); 34var assemblyQualifiedName = serviceType.AssemblyQualifiedName;
Microsoft.DotNet.HotReload.WebAssembly.Browser (1)
src\sdk\src\Dotnet.Watch\HotReloadAgent\MetadataUpdateHandlerInvoker.cs (1)
215$"Expected to find a static method '{ClearCacheHandlerName}', '{UpdateApplicationHandlerName}' or '{UpdateContentHandlerName}' on type '{handlerType.AssemblyQualifiedName}' but neither exists.",
Microsoft.Extensions.DotNetDeltaApplier (1)
src\sdk\src\Dotnet.Watch\HotReloadAgent\MetadataUpdateHandlerInvoker.cs (1)
215$"Expected to find a static method '{ClearCacheHandlerName}', '{UpdateApplicationHandlerName}' or '{UpdateContentHandlerName}' on type '{handlerType.AssemblyQualifiedName}' but neither exists.",
Microsoft.Extensions.Localization (2)
ResourceManagerStringLocalizerFactory.cs (2)
127if (!_localizerCache.TryGetValue(resourceSource.AssemblyQualifiedName!, out var localizer)) 135_localizerCache[resourceSource.AssemblyQualifiedName!] = localizer;
Microsoft.Maui.Controls.Xaml (2)
ApplyPropertiesVisitor.cs (2)
725 if ((method.IsAssembly || method.IsFamilyOrAssembly) && method.DeclaringType.AssemblyQualifiedName == rootElement.GetType().AssemblyQualifiedName)
Microsoft.Private.Windows.Core (1)
System\TypeExtensions.cs (1)
226return TypeName.Parse(type.AssemblyQualifiedName ?? type.FullName);
Microsoft.TemplateEngine.Edge (5)
Settings\ComponentManager.cs (5)
74if (_settings.ComponentTypeToGuidList.TryGetValue(typeof(T).AssemblyQualifiedName, out ids)) 217_componentIdToAssemblyQualifiedTypeName[instance.Id] = type.AssemblyQualifiedName; 218_settings.ComponentGuidToAssemblyQualifiedName[instance.Id.ToString()] = type.AssemblyQualifiedName; 232if (!_settings.ComponentTypeToGuidList.TryGetValue(interfaceType.AssemblyQualifiedName, out HashSet<Guid> idsForInterfaceTypeForSettings)) 234_settings.ComponentTypeToGuidList[interfaceType.AssemblyQualifiedName] = idsForInterfaceTypeForSettings = new HashSet<Guid>();
Microsoft.TestPlatform.CrossPlatEngine (14)
AttachmentsProcessing\DataCollectorAttachmentsProcessorsFactory.cs (8)
112EqtTrace.Info($"DataCollectorAttachmentsProcessorsFactory: Creation of collector attachment processor '{attachmentProcessorType.AssemblyQualifiedName}' from file '{invokedDataCollector.FilePath}' succeded"); 116EqtTrace.Error($"DataCollectorAttachmentsProcessorsFactory: Failed during the creation of data collector attachment processor '{attachmentProcessorType.AssemblyQualifiedName}'\n{ex}"); 117logger?.SendMessage(TestMessageLevel.Error, $"DataCollectorAttachmentsProcessorsFactory: Failed during the creation of data collector attachment processor '{attachmentProcessorType.AssemblyQualifiedName}'\n{ex}"); 120var attachmentQualifiedName = attachmentProcessorType.AssemblyQualifiedName; 125EqtTrace.Info($"DataCollectorAttachmentsProcessorsFactory: Collector attachment processor '{attachmentProcessorType.AssemblyQualifiedName}' from file '{invokedDataCollector.FilePath}' added to the 'run list'"); 133if (!datacollectorsAttachmentsProcessors.ContainsKey(typeof(CodeCoverageDataAttachmentsHandler).AssemblyQualifiedName!)) 135datacollectorsAttachmentsProcessors.Add(typeof(CodeCoverageDataAttachmentsHandler).AssemblyQualifiedName!, new Tuple<string, IDataCollectorAttachmentProcessor>(CoverageFriendlyName, new CodeCoverageDataAttachmentsHandler())); 136EqtTrace.Info($"DataCollectorAttachmentsProcessorsFactory: Collector attachment processor '{typeof(CodeCoverageDataAttachmentsHandler).AssemblyQualifiedName}' for the data collector with friendly name '{CoverageFriendlyName}' added to the 'run list'");
AttachmentsProcessing\TestRunAttachmentsProcessingManager.cs (1)
170EqtTrace.Info($"TestRunAttachmentsProcessingManager: Invocation of data collector attachment processor AssemblyQualifiedName: '{dataCollectorAttachmentsProcessor.DataCollectorAttachmentProcessorInstance.GetType().AssemblyQualifiedName}' FriendlyName: '{dataCollectorAttachmentsProcessor.FriendlyName}' with configuration '{(configuration == null ? "null" : configuration.OuterXml)}'");
Client\TestLoggerManager.cs (1)
554.FirstOrDefault(x => string.Equals(x.AssemblyQualifiedName, assemblyQualifiedName));
DataCollection\InProcDataCollector.cs (2)
87filterPredicate = x => string.Equals(x.AssemblyQualifiedName, assemblyQualifiedName) && interfaceType.IsAssignableFrom(x); 91AssemblyQualifiedName = _dataCollectorType?.AssemblyQualifiedName;
TestEngine.cs (2)
221EqtTrace.Verbose($"TestEngine.GetExecutionManager: Chosen execution manager '{executionManager.GetType().AssemblyQualifiedName}' ParallelLevel '{parallelLevel}'."); 291var uniqueRunConfigurations = sourceToSourceDetailMap.Values.GroupBy(k => $"{k.Framework}|{k.Architecture}|{_testHostProviderManager.GetSourceAwareRuntimeProviderType(runSettings, k.Source!)?.AssemblyQualifiedName ?? string.Empty}");
Microsoft.VisualStudio.TestPlatform.Common (2)
DataCollection\DataCollectionManager.cs (1)
273dataCollectorInformation.DataCollectorConfig.DataCollectorType.AssemblyQualifiedName!,
ExtensionFramework\Utilities\TestPluginInformation.cs (1)
19AssemblyQualifiedName = testExtensionType.AssemblyQualifiedName;
Microsoft.VisualStudio.TestPlatform.ObjectModel (4)
TestProperty\TestProperty.cs (4)
54|| valueType.AssemblyQualifiedName!.Contains("System.Private") 55|| valueType.AssemblyQualifiedName.Contains("mscorlib")) 68ValueType = valueType.AssemblyQualifiedName; 323if (propertyTypePair.Key.ValueType == valueType.AssemblyQualifiedName
PresentationBuildTasks (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\ReflectionHelper.cs (1)
342attrValue = typeValue.AssemblyQualifiedName;
PresentationFramework (6)
MS\Internal\AppModel\Journaling.cs (2)
617string typeName = pageFunction.GetType().AssemblyQualifiedName; 649Debug.Assert(contentObject.GetType().AssemblyQualifiedName == this._typeName,
MS\Internal\AppModel\ReturnEventSaver.cs (3)
72returnDelegate.GetType().AssemblyQualifiedName, 73returnDelegate.Target.GetType().AssemblyQualifiedName, 116if (!string.Equals(_returnList[i]._targetTypeName, caller.GetType().AssemblyQualifiedName, StringComparison.Ordinal))
System\Windows\Controls\ItemContainerGenerator.cs (1)
1117string aqn = sourceType.AssemblyQualifiedName;
Roslyn.Diagnostics.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Workspace\Mef\LayeredServiceUtilities.cs (2)
22=> (type ?? throw new ArgumentNullException(argName)).AssemblyQualifiedName ?? throw new ArgumentException("Invalid service type", argName); 34var assemblyQualifiedName = serviceType.AssemblyQualifiedName;
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\MetadataViewProvider.cs (1)
93proxyType!.AssemblyQualifiedName), ex);
System.ComponentModel.Primitives (10)
System\ComponentModel\Design\Serialization\DesignerSerializerAttribute.cs (3)
24SerializerTypeName = serializerType.AssemblyQualifiedName; 25SerializerBaseTypeName = baseSerializerType.AssemblyQualifiedName; 36SerializerBaseTypeName = baseSerializerType.AssemblyQualifiedName;
System\ComponentModel\DesignerAttribute.cs (4)
36DesignerTypeName = designerType.AssemblyQualifiedName!; 62DesignerBaseTypeName = designerBaseType.AssemblyQualifiedName!; 74DesignerTypeName = designerType.AssemblyQualifiedName!; 75DesignerBaseTypeName = designerBaseType.AssemblyQualifiedName!;
System\ComponentModel\EditorAttribute.cs (3)
47EditorBaseTypeName = baseType.AssemblyQualifiedName; 58EditorTypeName = type.AssemblyQualifiedName!; 59EditorBaseTypeName = baseType.AssemblyQualifiedName;
System.ComponentModel.TypeConverter (12)
System\ComponentModel\AttributeProviderAttribute.cs (1)
42TypeName = type.AssemblyQualifiedName;
System\ComponentModel\Design\DesigntimeLicenseContext.cs (3)
37_savedLicenseKeys[type.AssemblyQualifiedName!] = key; 62if (_savedLicenseKeys == null || _savedLicenseKeys[type.AssemblyQualifiedName!] == null) 132return (string?)_savedLicenseKeys[type.AssemblyQualifiedName!];
System\ComponentModel\Design\Serialization\DefaultSerializationProviderAttribute.cs (1)
23ProviderTypeName = providerType.AssemblyQualifiedName!;
System\ComponentModel\Design\Serialization\RootDesignerSerializerAttribute.cs (3)
25SerializerTypeName = serializerType.AssemblyQualifiedName; 26SerializerBaseTypeName = baseSerializerType.AssemblyQualifiedName; 38SerializerBaseTypeName = baseSerializerType.AssemblyQualifiedName;
System\ComponentModel\InstallerTypeAttribute.cs (1)
24_typeName = installerType.AssemblyQualifiedName;
System\ComponentModel\LicenseManager.LicenseInteropHelper.cs (1)
75_savedLicenseKeys[type.AssemblyQualifiedName!] = key;
System\ComponentModel\ProvidePropertyAttribute.cs (1)
24ReceiverTypeName = receiverType.AssemblyQualifiedName!;
System\ComponentModel\ToolboxItemAttribute.cs (1)
72_toolboxItemTypeName = toolboxItemType.AssemblyQualifiedName;
System.Configuration.ConfigurationManager (6)
System\Configuration\BaseConfigurationRecord.cs (1)
2403typeof(DefaultSection).AssemblyQualifiedName,
System\Configuration\Internal\InternalConfigHost.cs (1)
182return t.AssemblyQualifiedName;
System\Configuration\SettingsProviderAttribute.cs (1)
29_providerTypeName = providerType.AssemblyQualifiedName;
System\Configuration\TypeNameConverter.cs (1)
18if (value != null) result = ((Type)value).AssemblyQualifiedName;
System\Configuration\TypeUtil.cs (1)
151throw new TypeLoadException(SR.Format(SR.TypeNotPublic, type.AssemblyQualifiedName));
System\Diagnostics\TraceConfiguration.cs (1)
135return sourceElement.SwitchType != currentType.AssemblyQualifiedName;
System.Data.Common (12)
System\Data\ColumnTypeConverter.cs (1)
99return new InstanceDescriptor(method, new object[] { ((Type)newValue).AssemblyQualifiedName! });
System\Data\Common\DataStorage.cs (1)
597return type.AssemblyQualifiedName!;
System\Data\Common\DbProviderFactories.cs (1)
129string factoryTypeAssemblyQualifiedName = factory.GetType().AssemblyQualifiedName!;
System\Data\Common\ObjectStorage.cs (1)
474return ((Type)value).AssemblyQualifiedName!;
System\Data\Common\SqlUDTStorage.cs (2)
57throw ExceptionBuilder.INullableUDTwithoutStaticNull(type.AssemblyQualifiedName!); 93throw ExceptionBuilder.IComparableNotImplemented(_dataType.AssemblyQualifiedName!);
System\Data\DataException.cs (2)
374public static Exception TypeNotAllowed(Type type) => _InvalidOperation(SR.Format(SR.Data_TypeNotAllowed, type.AssemblyQualifiedName)); 517public static Exception InvalidDataColumnMapping(Type type) => _Argument(SR.Format(SR.DataColumn_InvalidDataColumnMapping, type.AssemblyQualifiedName));
System\Data\DataRow.cs (1)
1199throw ExceptionBuilder.UDTImplementsIChangeTrackingButnotIRevertible(dc.DataType.AssemblyQualifiedName!);
System\Data\DataTable.cs (1)
397info.AddValue(string.Format(formatProvider, "DataTable.DataColumn_{0}.DataType_AssemblyQualifiedName", i), Columns[i].DataType.AssemblyQualifiedName);
System\Data\xmlsaver.cs (2)
2620throw ExceptionBuilder.PolymorphismNotSupported(valuesType.AssemblyQualifiedName!); 3053throw ExceptionBuilder.PolymorphismNotSupported(valuesType.AssemblyQualifiedName!);
System.Formats.Nrbf (1)
System\Formats\Nrbf\ArrayRecord.cs (1)
78throw new InvalidOperationException(SR.Format(SR.Serialization_TypeMismatch, expectedArrayType.AssemblyQualifiedName, TypeName.AssemblyQualifiedName));
System.ObjectModel (3)
System\ComponentModel\TypeConverterAttribute.cs (1)
39ConverterTypeName = type.AssemblyQualifiedName!;
System\ComponentModel\TypeDescriptionProviderAttribute.cs (1)
28TypeName = type.AssemblyQualifiedName!;
System\Windows\Markup\ValueSerializerAttribute.cs (1)
69return _valueSerializerType.AssemblyQualifiedName!;
System.Private.CoreLib (13)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\DebuggerDisplayAttribute.cs (1)
40TargetTypeName = value.AssemblyQualifiedName;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\DebuggerTypeProxyAttribute.cs (2)
18ProxyTypeName = type.AssemblyQualifiedName!; 39TargetTypeName = value.AssemblyQualifiedName;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\DebuggerVisualizerAttribute.cs (6)
38VisualizerObjectSourceTypeName = visualizerObjectSource.AssemblyQualifiedName; 46VisualizerTypeName = visualizer.AssemblyQualifiedName!; 56VisualizerTypeName = visualizer.AssemblyQualifiedName!; 57VisualizerObjectSourceTypeName = visualizerObjectSource.AssemblyQualifiedName; 66VisualizerTypeName = visualizer.AssemblyQualifiedName!; 85TargetTypeName = value.AssemblyQualifiedName;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
96public override string? AssemblyQualifiedName => _unmodifiedType.AssemblyQualifiedName;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
57public override string? AssemblyQualifiedName => typeImpl.AssemblyQualifiedName;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\FileBasedResourceGroveler.cs (1)
103throw new InvalidOperationException(SR.Format(SR.InvalidOperation_ResMgrBadResSet_Type, _mediator.UserResourceSet.AssemblyQualifiedName), e);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\ManifestBasedResourceGroveler.cs (1)
265throw new InvalidOperationException(SR.Format(SR.InvalidOperation_ResMgrBadResSet_Type, _mediator.UserResourceSet.AssemblyQualifiedName), e);
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\DataContractSet.cs (3)
115throw new InvalidOperationException(SR.Format(SR.DupTypeContractInDataContractSet, (typeNamesEqual ? dataContract.UnderlyingType.AssemblyQualifiedName : DataContract.GetClrTypeFullName(dataContract.UnderlyingType)), (typeNamesEqual ? dataContractInSet.UnderlyingType.AssemblyQualifiedName : DataContract.GetClrTypeFullName(dataContractInSet.UnderlyingType)), dataContract.XmlName.Name, dataContract.XmlName.Namespace)); 601errorMessage.AppendFormat("{0}\"{1}\" ", Environment.NewLine, conflictingType.AssemblyQualifiedName);
System.Private.Windows.Core (1)
System\TypeExtensions.cs (1)
226return TypeName.Parse(type.AssemblyQualifiedName ?? type.FullName);
System.Private.Xml (3)
System\Xml\Serialization\CodeGenerator.cs (3)
897throw new NotSupportedException(SR.Format(SR.UnknownConstantType, valueType.AssemblyQualifiedName)); 1069throw new InvalidOperationException(SR.Format(SR.ArrayTypeIsNotSupported, arrayElementType.AssemblyQualifiedName)); 1114throw new InvalidOperationException(SR.Format(SR.ArrayTypeIsNotSupported, arrayElementType.AssemblyQualifiedName));
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
34get { return _typeInfo.AssemblyQualifiedName; }
System.Runtime.Serialization.Schema (3)
System\Runtime\Serialization\Schema\CodeExporter.cs (3)
561throw ExceptionUtil.ThrowHelperError(new InvalidOperationException(SR.Format(SR.ReferencedTypeDoesNotMatch, type.AssemblyQualifiedName, dataContract.XmlName.Name, dataContract.XmlName.Namespace))); 579throw ExceptionUtil.ThrowHelperError(new InvalidOperationException(SR.Format(SR.ReferencedTypeDoesNotMatch, type.AssemblyQualifiedName, dataContract.XmlName.Name, dataContract.XmlName.Namespace))); 590type?.AssemblyQualifiedName,
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\DSASignatureDescription.cs (3)
14KeyAlgorithm = typeof(DSA).AssemblyQualifiedName; 15FormatterAlgorithm = typeof(DSASignatureFormatter).AssemblyQualifiedName; 16DeformatterAlgorithm = typeof(DSASignatureDeformatter).AssemblyQualifiedName;
System\Security\Cryptography\Xml\RSAPKCS1SignatureDescription.cs (3)
12KeyAlgorithm = typeof(RSA).AssemblyQualifiedName; 13FormatterAlgorithm = typeof(RSAPKCS1SignatureFormatter).AssemblyQualifiedName; 14DeformatterAlgorithm = typeof(RSAPKCS1SignatureDeformatter).AssemblyQualifiedName;
System.ServiceModel.Primitives (1)
Internals\System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (1)
77new Tuple<string, string> (DiagnosticStrings.ExceptionTypeTag, XmlEncode(exception.GetType().AssemblyQualifiedName)),
System.Windows.Forms (3)
misc\MultitargetUtil.cs (1)
35return string.IsNullOrEmpty(assemblyQualifiedName) ? type.AssemblyQualifiedName : assemblyQualifiedName;
System\Windows\Forms\Control.cs (1)
12038string type = GetType().AssemblyQualifiedName!;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1242=> $@"object = ({FullLabel}), property = ({PropertyLabel},{(PropertyType ?? typeof(object)).AssemblyQualifiedName})
System.Windows.Forms.Design (3)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
67typeName.Append(GetReflectionTypeFromTypeHelper(manager, t).AssemblyQualifiedName);
System\Windows\Forms\Design\ControlCodeDomSerializer.cs (2)
255string? componentTypeName = multiTargetHelper is null ? component.GetType().AssemblyQualifiedName : multiTargetHelper.GetAssemblyQualifiedName(component.GetType()); 275SerializeResourceInvariant(manager, $">>{name}.Type", multiTargetHelper is null ? control.GetType().AssemblyQualifiedName : multiTargetHelper.GetAssemblyQualifiedName(control.GetType()));
System.Xaml (3)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\ReflectionHelper.cs (1)
342attrValue = typeValue.AssemblyQualifiedName;
System\Windows\Markup\XamlDeferLoadAttribute.cs (2)
13LoaderTypeName = loaderType.AssemblyQualifiedName!; 14ContentTypeName = contentType.AssemblyQualifiedName!;
vstest.console (3)
TestPlatformHelpers\TestRequestManager.cs (3)
1058AssemblyQualifiedName = typeof(ConsoleLogger).AssemblyQualifiedName, 1092consoleLogger.AssemblyQualifiedName = typeof(ConsoleLogger).AssemblyQualifiedName; 1127msBuildLogger.AssemblyQualifiedName = typeof(MSBuildLogger).AssemblyQualifiedName;
vstest.console.arm64 (3)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (3)
1058AssemblyQualifiedName = typeof(ConsoleLogger).AssemblyQualifiedName, 1092consoleLogger.AssemblyQualifiedName = typeof(ConsoleLogger).AssemblyQualifiedName; 1127msBuildLogger.AssemblyQualifiedName = typeof(MSBuildLogger).AssemblyQualifiedName;