13 overrides of AssemblyQualifiedName
System.Private.CoreLib (9)
System.Reflection.Context (1)
System.Reflection.Emit (1)
System.Reflection.MetadataLoadContext (1)
System.Windows.Forms.Tests (1)
278 references to AssemblyQualifiedName
Aspire.Playground.Tests (1)
Diagnostics.EFCore.FunctionalTests (5)
dotnet-svcutil.xmlserializer (4)
dotnet-svcutil-lib (15)
GenerateDocumentationAndConfigFiles (2)
illink (1)
ILLink.RoslynAnalyzer (1)
Microsoft.AspNetCore.Components.WebAssembly (1)
Microsoft.AspNetCore.DataProtection (6)
Microsoft.AspNetCore.DataProtection.Tests (36)
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (2)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (1)
Microsoft.AspNetCore.Identity.InMemory.Test (1)
Microsoft.AspNetCore.Identity.Test (1)
Microsoft.AspNetCore.InternalTesting.Tests (1)
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.Analyzers (2)
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
Microsoft.CodeAnalysis.InteractiveHost (1)
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
Microsoft.CodeAnalysis.Remote.Workspaces (3)
Microsoft.CodeAnalysis.Workspaces (4)
Microsoft.CodeAnalysis.Workspaces.Desktop (3)
Microsoft.Extensions.Localization (2)
Microsoft.Maui.Controls.Xaml (2)
PresentationBuildTasks (1)
PresentationFramework (6)
Roslyn.Diagnostics.Analyzers (2)
System.ComponentModel.Composition (1)
System.ComponentModel.Primitives (10)
System.ComponentModel.TypeConverter (12)
System.Configuration.ConfigurationManager (6)
System.Data.Common (12)
System.Formats.Nrbf (1)
System.ObjectModel (3)
System.Private.CoreLib (14)
System.Private.DataContractSerialization (3)
System.Private.Windows.Core (1)
System.Private.Windows.Core.Tests (42)
System\Reflection\Metadata\TypeNameComparerTests.cs (22)
12{ TypeName.Parse(typeof(int).AssemblyQualifiedName), typeof(int) },
14{ TypeName.Parse(typeof(int[]).AssemblyQualifiedName), typeof(int[]) },
16{ TypeName.Parse(typeof(List<int>).AssemblyQualifiedName), typeof(List<int>) },
18{ TypeName.Parse(typeof(TestType).AssemblyQualifiedName), typeof(TestType) },
28{ TypeName.Parse(typeof(int).AssemblyQualifiedName), typeof(int) },
29{ TypeName.Parse(typeof(int[]).AssemblyQualifiedName), typeof(int[]) },
30{ TypeName.Parse(typeof(List<int>).AssemblyQualifiedName), typeof(List<int>) },
31{ TypeName.Parse(typeof(TestType).AssemblyQualifiedName), typeof(TestType) },
55{ TypeName.Parse(typeof(int).AssemblyQualifiedName), typeof(int) },
56{ TypeName.Parse(typeof(int[]).AssemblyQualifiedName), typeof(int[]) },
57{ TypeName.Parse(typeof(List<int>).AssemblyQualifiedName), typeof(List<int>) },
58{ TypeName.Parse(typeof(TestType).AssemblyQualifiedName), typeof(TestType) },
69{ TypeName.Parse(typeof(int).AssemblyQualifiedName), typeof(int) },
70{ TypeName.Parse(typeof(int[]).AssemblyQualifiedName), typeof(int[]) },
71{ TypeName.Parse(typeof(List<int>).AssemblyQualifiedName), typeof(List<int>) },
72{ TypeName.Parse(typeof(TestType).AssemblyQualifiedName), typeof(TestType) },
75TypeName name = TypeName.Parse(typeof(int).AssemblyQualifiedName);
88comparer.Equals(null, TypeName.Parse(typeof(int).AssemblyQualifiedName)).Should().BeFalse();
89comparer.Equals(TypeName.Parse(typeof(int).AssemblyQualifiedName), null).Should().BeFalse();
91TypeName.Parse(typeof(int).AssemblyQualifiedName),
100int hash = comparer.GetHashCode(TypeName.Parse(typeof(int).AssemblyQualifiedName));
101comparer.GetHashCode(TypeName.Parse(typeof(int).AssemblyQualifiedName)).Should().Be(hash);
System\TypeExtensionsTests.cs (12)
14{ typeof(int), TypeName.Parse(typeof(int).AssemblyQualifiedName), (int)TypeNameComparison.All, true },
15{ typeof(int), TypeName.Parse(typeof(int).AssemblyQualifiedName), (int)TypeNameComparison.AllButAssemblyVersion, true },
16{ typeof(int), TypeName.Parse(typeof(int).AssemblyQualifiedName), (int)TypeNameComparison.TypeFullName, true },
17{ typeof(int), TypeName.Parse(typeof(int).AssemblyQualifiedName), (int)TypeNameComparison.AssemblyVersion, true },
18{ typeof(int), TypeName.Parse(typeof(int).AssemblyQualifiedName), (int)TypeNameComparison.AssemblyCultureName, true },
19{ typeof(int), TypeName.Parse(typeof(int).AssemblyQualifiedName), (int)TypeNameComparison.AssemblyName, true },
20{ typeof(int), TypeName.Parse(typeof(int).AssemblyQualifiedName), (int)TypeNameComparison.AssemblyPublicKeyToken, true },
24{ typeof(int?), TypeName.Parse(typeof(int).AssemblyQualifiedName), (int)TypeNameComparison.AllButAssemblyVersion, false },
25{ typeof(int?), TypeName.Parse(typeof(int?).AssemblyQualifiedName), (int)TypeNameComparison.All, true },
29{ typeof(int), TypeName.Parse(typeof(int).AssemblyQualifiedName!.Replace("neutral", "en-US")), (int)TypeNameComparison.AssemblyCultureName, false },
45TypeName.Parse(type.AssemblyQualifiedName).Matches(typeName, (TypeNameComparison)comparison).Should().Be(matches);
54TypeName.Parse(typeof(int).AssemblyQualifiedName!.Replace("7cec85d7bea7798e", "7cec00000ea7798e")),
System.Private.Xml (3)
System.Reflection.Context (1)
System.Runtime.Serialization.Schema (3)
System.Security.Cryptography.Xml (6)
System.Windows.Forms (3)
System.Windows.Forms.Design (3)
System.Windows.Forms.Design.Tests (1)
System.Windows.Forms.Tests (28)
System.Xaml (3)
System.Xaml.Tests (2)
Text.Analyzers (2)