149 references to Name
Aspire.Hosting.Analyzers (1)
Aspire.Hosting.Integration.Analyzers (5)
AspireExportAnalyzer.cs (4)
340$"{context.Compilation.Assembly.Identity.Name}/{effectiveExportId}",
443AnalyzeContextType(type, typeExportAttribute, context.Compilation.Assembly.Identity.Name, aspireExportAttribute, aspireExportIgnoreAttribute, capabilityIds, generatedMethodNames, context.CancellationToken);
526context.Compilation.Assembly.Identity.Name));
571AnalyzeContextType(namedType, attribute, compilation.Assembly.Identity.Name, aspireExportAttribute, aspireExportIgnoreAttribute, capabilityIds, generatedMethodNames, cancellationToken);
GenerateDocumentationAndConfigFiles (3)
Microsoft.AspNetCore.App.Analyzers (2)
Microsoft.AspNetCore.Http.RequestDelegateGenerator (2)
Microsoft.CodeAnalysis (37)
Microsoft.CodeAnalysis.Analyzers (8)
Microsoft.CodeAnalysis.AnalyzerUtilities (3)
Microsoft.CodeAnalysis.CodeStyle (3)
Microsoft.CodeAnalysis.CSharp (11)
Microsoft.CodeAnalysis.Features (14)
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.CodeAnalysis.Razor.Compiler (6)
Microsoft.CodeAnalysis.ResxSourceGenerator (3)
Microsoft.CodeAnalysis.Scripting (16)
Hosting\AssemblyLoader\InteractiveAssemblyLoader.cs (12)
199if (_loadedAssembliesBySimpleName.TryGetValue(identity.Name, out var existingInfos))
205_loadedAssembliesBySimpleName.Add(identity.Name, new List<LoadedAssemblyInfo> { info });
211string simpleName = dependency.Identity.Name;
265if (_loadedAssembliesBySimpleName.TryGetValue(identity.Name, out var loadedInfos))
277AssemblyIdentityComparer.SimpleNameComparer.Equals(info.Identity.Name, identity.Name) &&
282var assemblyFilePath = FindExistingAssemblyFile(identity.Name, loadDirectory);
297identity.Name,
310identity.Name,
344string pathWithoutExtension = Path.Combine(directory, identity.Name);
389if (_loadedAssembliesBySimpleName.TryGetValue(identity.Name, out var infos))
399if (_dependenciesWithLocationBySimpleName.TryGetValue(identity.Name, out var sameSimpleNameIdentities))
Microsoft.CodeAnalysis.VisualBasic (9)
Microsoft.CodeAnalysis.Workspaces (3)
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
Microsoft.DotNet.ApiCompatibility (5)
Microsoft.Extensions.Options.SourceGeneration (1)
Microsoft.Extensions.Validation.ValidationsGenerator (2)
Microsoft.Maui.Controls.SourceGen (3)
Roslyn.Diagnostics.Analyzers (3)
rzc (4)
System.Windows.Forms.Analyzers.CSharp (1)