25 references to GenericName
Microsoft.CodeAnalysis.CSharp (3)
Syntax.xml.Main.Generated.cs (2)
2286=> SyntaxFactory.GenericName(identifier, SyntaxFactory.TypeArgumentList()); 2290=> SyntaxFactory.GenericName(SyntaxFactory.Identifier(identifier), SyntaxFactory.TypeArgumentList());
Syntax.xml.Syntax.Generated.cs (1)
173var newNode = SyntaxFactory.GenericName(identifier, typeArgumentList);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
src\Analyzers\CSharp\CodeFixes\MakeMethodAsynchronous\CSharpMakeMethodAsynchronousCodeFixProvider.cs (1)
169var result = GenericName(
src\Analyzers\CSharp\CodeFixes\UseExplicitArrayInExpressionTree\CSharpUseExplicitArrayInExpressionTreeCodeFixProvider.cs (1)
154GenericName(
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ITypeSymbolExtensions.TypeSyntaxGeneratorVisitor.cs (1)
207return GenericName(
Microsoft.CodeAnalysis.CSharp.Features (3)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
312: GenericName(_methodName, TypeArgumentList(CreateMethodCallTypeVariables()));
src\Analyzers\CSharp\CodeFixes\MakeMethodAsynchronous\CSharpMakeMethodAsynchronousCodeFixProvider.cs (1)
169var result = GenericName(
src\Analyzers\CSharp\CodeFixes\UseExplicitArrayInExpressionTree\CSharpUseExplicitArrayInExpressionTreeCodeFixProvider.cs (1)
154GenericName(
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.cs (1)
10370=> SyntaxFactory.GenericName(SyntaxFactory.Identifier("Identifier"), GenerateTypeArgumentList());
Syntax\SyntaxNodeTests.cs (1)
1866var generic = SyntaxFactory.GenericName(bar.Identifier, SyntaxFactory.TypeArgumentList(lt, gp, gt));
Microsoft.CodeAnalysis.CSharp.Workspaces (5)
CodeGeneration\CSharpSyntaxGenerator.cs (2)
3463=> SyntaxFactory.GenericName(identifier, 3472return SyntaxFactory.GenericName(sname.Identifier, SyntaxFactory.TypeArgumentList([.. typeArguments.Cast<TypeSyntax>()]));
Simplification\CSharpSimplificationService.Expander.cs (1)
743var genericName = GenericName(
Simplification\Simplifiers\NameSimplifier.cs (1)
526replacementNode = GenericName(newIdentifierToken, generic.TypeArgumentList)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ITypeSymbolExtensions.TypeSyntaxGeneratorVisitor.cs (1)
207return GenericName(
Microsoft.Interop.ComInterfaceGenerator (3)
Marshallers\ComInterfaceDispatchMarshallingResolver.cs (1)
56GenericName(
Marshallers\StructAsHResultMarshallerFactory.cs (2)
46GenericName(Identifier("BitCast"), 64GenericName(Identifier("BitCast"),
Microsoft.Interop.SourceGeneration (5)
Marshalling\ElementsMarshalling.cs (2)
233GenericName( 438GenericName(
Marshalling\StatelessMarshallingStrategy.cs (1)
172GenericName(
Utils\SyntaxFactoryExtensions.cs (2)
81public static GenericNameSyntax SpanOf(TypeSyntax type) => GenericName(_span, TypeArgumentList(SingletonSeparatedList(type))); 84public static GenericNameSyntax ReadOnlySpanOf(TypeSyntax type) => GenericName(_readonlySpan, TypeArgumentList(SingletonSeparatedList(type)));
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ITypeSymbolExtensions.TypeSyntaxGeneratorVisitor.cs (1)
207return GenericName(