5 overrides of FullName
System.Private.CoreLib (2)
System.Reflection.Context (1)
System.Reflection.MetadataLoadContext (1)
System.Xaml.Tests (1)
594 references to FullName
Aspire.Hosting.Tests (9)
dotnet-svcutil.xmlserializer (9)
dotnet-svcutil-lib (8)
IIS.Tests (1)
LocalizationWebsite (2)
Microsoft.AspNetCore.Components (1)
Microsoft.AspNetCore.Components.Endpoints (1)
Microsoft.AspNetCore.Components.WebAssembly (1)
Microsoft.AspNetCore.Hosting (1)
Microsoft.AspNetCore.Hosting.Tests (6)
Microsoft.AspNetCore.Http.Extensions.Tests (1)
Microsoft.AspNetCore.Http.Microbenchmarks (1)
Microsoft.AspNetCore.Http.RequestDelegateGenerator (1)
Microsoft.AspNetCore.Http.ValidationsGenerator (1)
Microsoft.AspNetCore.Mvc.Core (2)
Microsoft.AspNetCore.Mvc.Test (2)
Microsoft.AspNetCore.Mvc.Testing (4)
Microsoft.AspNetCore.OpenApi.SourceGenerators (1)
Microsoft.AspNetCore.Server.IIS (1)
Microsoft.AspNetCore.Tests (6)
Microsoft.Build (10)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (2)
922returnClass = new TaskFactoryWrapper(new IntrinsicTaskFactory(typeof(MSBuild)), new LoadedType(typeof(MSBuild), AssemblyLoadInfo.Create(taskExecutionHostAssembly.FullName, null), taskExecutionHostAssembly, typeof(ITaskItem)), _taskName, null);
928returnClass = new TaskFactoryWrapper(new IntrinsicTaskFactory(typeof(CallTarget)), new LoadedType(typeof(CallTarget), AssemblyLoadInfo.Create(taskExecutionHostAssembly.FullName, null), taskExecutionHostAssembly, typeof(ITaskItem)), _taskName, null);
Microsoft.Build.Engine.UnitTests (19)
BackEnd\LoggingService_Tests.cs (12)
337LoggerDescription description = CreateLoggerDescription(className, typeof(ProjectCollection).GetTypeInfo().Assembly.FullName, true);
354LoggerDescription configurableDescription = CreateLoggerDescription(configurableClassName, typeof(ProjectCollection).GetTypeInfo().Assembly.FullName, true);
355LoggerDescription distributedDescription = CreateLoggerDescription(distributedClassName, typeof(ProjectCollection).GetTypeInfo().Assembly.FullName, true);
391LoggerDescription configurableDescriptionA = CreateLoggerDescription(configurableClassNameA, typeof(ProjectCollection).GetTypeInfo().Assembly.FullName, true);
392LoggerDescription configurableDescriptionB = CreateLoggerDescription(configurableClassNameB, typeof(ProjectCollection).GetTypeInfo().Assembly.FullName, true);
436LoggerDescription description = CreateLoggerDescription(className, typeof(ProjectCollection).GetTypeInfo().Assembly.FullName, true);
464LoggerDescription description = CreateLoggerDescription(className, typeof(ProjectCollection).GetTypeInfo().Assembly.FullName, true);
529LoggerDescription description = CreateLoggerDescription(className, typeof(ProjectCollection).GetTypeInfo().Assembly.FullName, true);
552loggerDescriptions.Add(CreateLoggerDescription(configurableClassName, typeof(ProjectCollection).GetTypeInfo().Assembly.FullName, true));
553loggerDescriptions.Add(CreateLoggerDescription(distributedClassName, typeof(ProjectCollection).GetTypeInfo().Assembly.FullName, true));
614LoggerDescription description = CreateLoggerDescription(className, typeof(ProjectCollection).GetTypeInfo().Assembly.FullName, true);
1113string loggerAssemblyName = thisAssembly.FullName;
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (2)
Microsoft.CodeAnalysis (3)
Microsoft.CodeAnalysis.Compiler.Test.Resources (1)
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (3)
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (4)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (3)
Microsoft.CodeAnalysis.LanguageServer (2)
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Microsoft.CodeAnalysis.Rebuild.UnitTests (5)
Microsoft.CodeAnalysis.Test.Utilities (2)
Microsoft.CodeAnalysis.UnitTests (3)
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (2)
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
Microsoft.CommonLanguageServerProtocol.Framework.Package (2)
Microsoft.DotNet.Arcade.Sdk.Tests (4)
Microsoft.DotNet.NuGetRepack.Tests (1)
Microsoft.DotNet.RemoteExecutor (2)
Microsoft.Extensions.Localization (2)
Microsoft.Extensions.Localization.Tests (7)
Microsoft.Extensions.Logging.Abstractions (2)
Microsoft.Maui.Controls (4)
Microsoft.Maui.Controls.BindingSourceGen (1)
Microsoft.Maui.Controls.Build.Tasks (1)
Microsoft.Maui.Controls.Xaml (2)
Microsoft.ML.Core (3)
Microsoft.ML.Data (72)
Microsoft.ML.Ensemble (15)
Microsoft.ML.FastTree (10)
Microsoft.ML.ImageAnalytics (5)
Microsoft.ML.KMeansClustering (1)
Microsoft.ML.LightGbm (3)
Microsoft.ML.Mkl.Components (2)
Microsoft.ML.OnnxTransformer (1)
Microsoft.ML.Parquet (4)
Microsoft.ML.PCA (2)
Microsoft.ML.Recommender (2)
Microsoft.ML.StandardTrainers (15)
Microsoft.ML.TensorFlow (1)
Microsoft.ML.TimeSeries (13)
Microsoft.ML.Tokenizers.Tests (1)
Microsoft.ML.TorchSharp (5)
Microsoft.ML.Transforms (39)
Microsoft.ML.Vision (2)
MSBuild (3)
MSBuildTaskHost (1)
PresentationBuildTasks (41)
PresentationCore (4)
PresentationFramework (40)
System\Windows\Markup\BamlMapTable.cs (15)
71_knownAssemblyInfoRecord.AssemblyFullName = _knownAssemblyInfoRecord.Assembly.FullName;
130probeType.Assembly.FullName == assemblyFullName )
164return GetKnownTypeIdFromName(type.Assembly.FullName, type.Namespace, type.Name);
507string assemblyName = t.Assembly.FullName;
945declaringType.Assembly.FullName,
950declaringType.Assembly.FullName,
1080bamlAssemblyInfoRecord.Assembly.FullName == bamlAssemblyInfoRecord.AssemblyFullName);
1116string fullName = asm.FullName;
1313string.Empty : serializerType.Assembly.FullName;
1407if (!GetTypeInfoId(binaryWriter, converterOrSerializerType.Assembly.FullName,
1412converterOrSerializerType.Assembly.FullName,
1516targetType.Assembly.FullName,
1569if (!ownerAsm.FullName.StartsWith("PresentationFramework", StringComparison.OrdinalIgnoreCase) &&
1570!ownerAsm.FullName.StartsWith("PresentationCore", StringComparison.OrdinalIgnoreCase) &&
1571!ownerAsm.FullName.StartsWith("WindowsBase", StringComparison.OrdinalIgnoreCase))
Roslyn.VisualStudio.DiagnosticsWindow (1)
Roslyn.VisualStudio.Next.UnitTests (1)
Sockets.BindTests (1)
Sockets.FunctionalTests (1)
System.ComponentModel.Composition (1)
System.ComponentModel.TypeConverter (2)
System.Private.CoreLib (10)
System.Private.DataContractSerialization (1)
System.Private.Windows.Core (1)
System.Private.Windows.Core.Tests (16)
System\Private\Windows\Nrbf\CoreNrbfSerializerTests.cs (3)
63{ $"{typeof(int).FullName!}, {typeof(int).Assembly.FullName}", true, typeof(int) },
66{ $"{typeof(int[]).FullName!}, {typeof(int[]).Assembly.FullName}", true, typeof(int[]) },
69{ $"{typeof(List<int>).FullName!}, {typeof(List<int>).Assembly.FullName}", true, typeof(List<int>) },
System\Reflection\Metadata\TypeNameComparerTests.cs (8)
13{ TypeName.Parse($"{typeof(int).FullName}, {typeof(int).Assembly.FullName}"), typeof(int) },
15{ TypeName.Parse($"{typeof(int[]).FullName}, {typeof(int[]).Assembly.FullName}"), typeof(int[]) },
17{ TypeName.Parse($"{typeof(List<int>).FullName}, {typeof(List<int>).Assembly.FullName}"), typeof(List<int>) },
19{ TypeName.Parse($"{typeof(TestType).FullName}, {typeof(TestType).Assembly.FullName}"), typeof(TestType) },
43TypeName.Parse($"System.Collections.Generic.List`1[[System.Int32, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], {typeof(List<int>).Assembly.FullName}"),
44TypeName.Parse($"{typeof(TestType).FullName}, {typeof(int).Assembly.FullName}")
92TypeName.Parse($"{typeof(int).FullName}, {typeof(int).Assembly.FullName}")).Should().BeTrue();
102comparer.GetHashCode(TypeName.Parse($"{typeof(int).FullName}, {typeof(int).Assembly.FullName}")).Should().Be(hash);
System.Private.Xml (8)
System.Reflection.Context (1)
System.Reflection.Emit (1)
System.Reflection.MetadataLoadContext (4)
System.Runtime.Serialization.Formatters (3)
System.Runtime.Serialization.Schema (1)
System.Security.Cryptography.Xml (1)
System.Security.Permissions (1)
System.Text.Json (2)
System.Windows.Forms.Design (3)
System.Windows.Forms.Design.Tests (19)
System.Windows.Forms.Tests (7)
System.Xaml (26)
System\Xaml\MS\Impl\XmlNsInfo.cs (9)
198throw new XamlSchemaException(SR.Format(SR.BadXmlnsDefinition, assembly.FullName));
227string assemblyName = _fullyQualifyAssemblyName ? assembly.FullName : ReflectionUtils.GetAssemblyPartialName(assembly).ToString();
283throw new XamlSchemaException(SR.Format(SR.BadInternalsVisibleTo1, assembly.FullName));
292throw new XamlSchemaException(SR.Format(SR.BadInternalsVisibleTo2, assemblyName, assembly.FullName), ex);
298throw new XamlSchemaException(SR.Format(SR.BadInternalsVisibleTo2, assemblyName, assembly.FullName), ex);
344throw new XamlSchemaException(SR.Format(SR.BadXmlnsCompat, assembly.FullName));
349throw new XamlSchemaException(SR.Format(SR.DuplicateXmlnsCompat, assembly.FullName, oldns));
396throw new XamlSchemaException(SR.Format(SR.BadXmlnsPrefix, assembly.FullName));
473throw new XamlSchemaException(SR.Format(SR.XmlnsCompatCycle, assembly.FullName, ns));
System.Xaml.Tests (43)
System\Xaml\XamlSchemaContextTests.cs (32)
443static string Name(Assembly assembly) => new AssemblyName(assembly.FullName!).Name!;
589new XamlTypeName("clr-namespace:System;assembly=" + typeof(int).Assembly.FullName, "Int32"),
599new XamlTypeName("clr-namespace:System.Xaml.Tests;assembly=" + typeof(XamlSchemaContextTests).Assembly.FullName, "XamlSchemaContextTests"),
676new XamlTypeName("clr-namespace:System.Xaml.Tests;assembly=" + typeof(XamlSchemaContextTests).Assembly.FullName, "XamlSchemaContextTests+PublicNestedClass"),
681new XamlTypeName("clr-namespace:System.Xaml.Tests;assembly=" + typeof(XamlSchemaContextTests).Assembly.FullName, "XamlSchemaContextTests+PrivateNestedClass"),
686new XamlTypeName("clr-namespace:System.Xaml.Tests;assembly=" + typeof(XamlSchemaContextTests).Assembly.FullName, "XamlSchemaContextTests+PublicNestedClass+PublicClass"),
691new XamlTypeName("clr-namespace:System.Xaml.Tests;assembly=" + typeof(XamlSchemaContextTests).Assembly.FullName, "XamlSchemaContextTests+PublicNestedClass+PrivateClass"),
696new XamlTypeName("clr-namespace:System.Xaml.Tests;assembly=" + typeof(XamlSchemaContextTests).Assembly.FullName, "XamlSchemaContextTests+PrivateNestedClass+PublicClass"),
701new XamlTypeName("clr-namespace:System.Xaml.Tests;assembly=" + typeof(XamlSchemaContextTests).Assembly.FullName, "XamlSchemaContextTests+PrivateNestedClass+PublicClass"),
708new XamlTypeName("clr-namespace:System.Xaml;assembly=" + typeof(XamlLanguage).Assembly.FullName, "XamlType"),
713new XamlTypeName("clr-namespace:System.Windows.Markup;assembly=" + typeof(XamlLanguage).Assembly.FullName, "MemberDefinition"),
718new XamlTypeName("clr-namespace:System.Windows.Markup;assembly=" + typeof(XamlLanguage).Assembly.FullName, "Member"),
723new XamlTypeName("clr-namespace:System.Windows.Markup.Sub;assembly=" + typeof(XamlLanguage).Assembly.FullName, "Member"),
728new XamlTypeName("clr-namespace:System.Windows.Markup;assembly=" + typeof(int).Assembly.FullName, "Member"),
733new XamlTypeName("clr-namespace:System.Windows.Markup;assembly=" + typeof(XamlLanguage).Assembly.FullName, "PropertyDefinition"),
738new XamlTypeName("clr-namespace:System.Windows.Markup;assembly=" + typeof(XamlLanguage).Assembly.FullName, "Property"),
743new XamlTypeName("clr-namespace:System.Windows.Markup.Sub;assembly=" + typeof(XamlLanguage).Assembly.FullName, "Property"),
748new XamlTypeName("clr-namespace:System.Windows.Markup;assembly=" + typeof(int).Assembly.FullName, "Property"),
753new XamlTypeName("clr-namespace:System.Windows.Markup;assembly=" + typeof(XamlLanguage).Assembly.FullName, "AmbientAttribute"),
758new XamlTypeName("clr-namespace:System.Windows.Markup;assembly=" + typeof(XamlLanguage).Assembly.FullName, "NoSuchType"),
835var xamlTypeName = new XamlTypeName("clr-namespace:System;assembly=" + typeof(int).Assembly.FullName, "Int32");
846var xamlTypeName = new XamlTypeName("clr-namespace:System.Collections.Generic;assembly=" + typeof(List<int>).Assembly.FullName, "List", new XamlTypeName[]
848new XamlTypeName("clr-namespace:System;assembly=" + typeof(int).Assembly.FullName, "Int32")
857new XamlTypeName("clr-namespace:System;assembly=" + typeof(int).Assembly.FullName, "Int32"),
861var noVersionAssemblyName = new AssemblyName(typeof(int).Assembly.FullName!)
871var noCultureAssemblyName = new AssemblyName(typeof(int).Assembly.FullName!)
881var noPublicKeyTokenAssemblyName = new AssemblyName(typeof(int).Assembly.FullName!);
900var incorrectVersionAssemblyName = new AssemblyName(typeof(int).Assembly.FullName!)
910var incorrectCultureAssemblyName = new AssemblyName(typeof(int).Assembly.FullName!)
920var incorrectPublicKeyToken = new AssemblyName(typeof(int).Assembly.FullName!);
921incorrectPublicKeyToken.SetPublicKeyToken(new AssemblyName(typeof(XamlSchemaContextTests).Assembly.FullName!).GetPublicKeyToken());
942var type = new XamlTypeName("clr-namespace:System;assembly=" + typeof(int).Assembly.FullName, "Int32");
TestProject.AppHost (1)