3 overrides of FullName
System.Private.CoreLib (1)
System.Reflection.Context (1)
System.Reflection.MetadataLoadContext (1)
434 references to FullName
aspire (1)
Aspire.Dashboard (1)
Aspire.Hosting.RemoteHost (1)
Aspire.Hosting.Tests (15)
dotnet-svcutil.xmlserializer (9)
dotnet-svcutil-lib (8)
Microsoft.AspNetCore.Components (1)
Microsoft.AspNetCore.Components.Endpoints (1)
Microsoft.AspNetCore.Hosting (1)
Microsoft.AspNetCore.Mvc.Core (2)
Microsoft.AspNetCore.OpenApi.SourceGenerators (1)
Microsoft.Build (8)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (2)
968returnClass = new TaskFactoryWrapper(new IntrinsicTaskFactory(typeof(MSBuild)), new LoadedType(typeof(MSBuild), AssemblyLoadInfo.Create(taskExecutionHostAssembly.FullName, null), taskExecutionHostAssembly, typeof(ITaskItem)), _taskName, TaskHostParameters.Empty);
974returnClass = new TaskFactoryWrapper(new IntrinsicTaskFactory(typeof(CallTarget)), new LoadedType(typeof(CallTarget), AssemblyLoadInfo.Create(taskExecutionHostAssembly.FullName, null), taskExecutionHostAssembly, typeof(ITaskItem)), _taskName, TaskHostParameters.Empty);
Microsoft.Build.Framework (1)
Microsoft.CodeAnalysis (5)
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.DotNet.HotReload.WebAssembly.Browser (1)
Microsoft.Extensions.DotNetDeltaApplier (1)
Microsoft.Extensions.Localization (2)
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)
Microsoft.NET.Build.Tasks (1)
Microsoft.Private.Windows.Core (1)
Microsoft.TemplateEngine.Cli (2)
Microsoft.VisualStudio.TestPlatform.Common (3)
MSBuild (3)
NuGet.Packaging (1)
NuGet.Protocol (2)
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))
rzc (1)
System.ComponentModel.Composition (1)
System.ComponentModel.TypeConverter (2)
System.Private.CoreLib (9)
System.Private.DataContractSerialization (1)
System.Private.Windows.Core (1)
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.Speech (1)
System.Text.Json (2)
System.Windows.Extensions (2)
System.Windows.Forms.Design (3)
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));
TestProject.AppHost (1)