11 implementations of TypeArguments
GenerateDocumentationAndConfigFiles (1)
Microsoft.CodeAnalysis.Analyzers (1)
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
Microsoft.CodeAnalysis.VisualBasic (1)
Microsoft.CodeAnalysis.Workspaces (1)
Roslyn.Diagnostics.Analyzers (1)
Text.Analyzers (1)
816 references to TypeArguments
Aspire.Hosting.Integration.Analyzers (19)
AspireExportAnalyzer.cs (19)
482return namedType.TypeArguments.Length == 1 && namedType.TypeArguments[0] is ITypeParameterSymbol;
509if (namedType.TypeArguments.Length == 1 && namedType.TypeArguments[0] is not ITypeParameterSymbol)
511return namedType.TypeArguments[0].Name;
901return namedType.TypeArguments.Length == 1 &&
902IsAtsCompatibleValueType(namedType.TypeArguments[0], wellKnownTypes, aspireExportAttribute);
922namedType.TypeArguments.Length == 1)
924type = namedType.TypeArguments[0];
1078return namedType.TypeArguments.Length == 2 &&
1079IsAtsCompatibleValueType(namedType.TypeArguments[0], wellKnownTypes, aspireExportAttribute) &&
1080IsAtsCompatibleValueType(namedType.TypeArguments[1], wellKnownTypes, aspireExportAttribute);
1087return namedType.TypeArguments.Length == 1 &&
1088IsAtsCompatibleValueType(namedType.TypeArguments[0], wellKnownTypes, aspireExportAttribute);
1096return namedType.TypeArguments.Length == 1 &&
1097IsAtsCompatibleValueType(namedType.TypeArguments[0], wellKnownTypes, aspireExportAttribute);
1103return namedType.TypeArguments.Length == 2 &&
1104IsAtsCompatibleValueType(namedType.TypeArguments[0], wellKnownTypes, aspireExportAttribute) &&
1105IsAtsCompatibleValueType(namedType.TypeArguments[1], wellKnownTypes, aspireExportAttribute);
ConfigurationSchemaGenerator (8)
GenerateDocumentationAndConfigFiles (34)
ILLink.RoslynAnalyzer (4)
Metrics (33)
Metrics.Legacy (33)
Microsoft.Analyzers.Extra (3)
Microsoft.AspNetCore.App.Analyzers (10)
Microsoft.AspNetCore.Http.RequestDelegateGenerator (9)
Microsoft.AspNetCore.OpenApi.SourceGenerators (1)
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (4)
Microsoft.Build.TaskAuthoring.Analyzer (2)
Microsoft.CodeAnalysis (7)
Microsoft.CodeAnalysis.Analyzers (39)
Microsoft.CodeAnalysis.AnalyzerUtilities (33)
Microsoft.CodeAnalysis.BannedApiAnalyzers (36)
Microsoft.CodeAnalysis.CodeStyle (32)
Microsoft.CodeAnalysis.CodeStyle.Fixes (4)
Microsoft.CodeAnalysis.CSharp (4)
Microsoft.CodeAnalysis.CSharp.CodeStyle (9)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (15)
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (8)
Microsoft.CodeAnalysis.CSharp.Features (10)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (7)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (24)
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
Microsoft.CodeAnalysis.CSharp.Workspaces (24)
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
Microsoft.CodeAnalysis.Extensions.Package (21)
Microsoft.CodeAnalysis.Features (16)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (35)
Microsoft.CodeAnalysis.PublicApiAnalyzers (34)
Microsoft.CodeAnalysis.ResxSourceGenerator (33)
Microsoft.CodeAnalysis.VisualBasic (4)
Microsoft.CodeAnalysis.Workspaces (32)
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Microsoft.Extensions.Options.SourceGeneration (10)
Microsoft.Extensions.Validation.ValidationsGenerator (9)
Microsoft.Gen.Logging (7)
Microsoft.Gen.MetadataExtractor (2)
Microsoft.Gen.Metrics (2)
Microsoft.Gen.MetricsReports (2)
Microsoft.Interop.ComInterfaceGenerator (1)
Microsoft.Interop.JavaScript.JSImportGenerator (11)
Microsoft.Interop.LibraryImportGenerator (6)
Microsoft.Interop.SourceGeneration (13)
Microsoft.Maui.Controls.BindingSourceGen (1)
Microsoft.VisualStudio.LanguageServices (1)
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Roslyn.Diagnostics.Analyzers (36)
Roslyn.Diagnostics.CSharp.Analyzers (19)
System.Text.Json.SourceGeneration (35)
System.Windows.Forms.Analyzers.CSharp (1)
Test.Utilities (32)
Text.Analyzers (35)