3 instantiations of CodeGenerationTypeParameterSymbol
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\CodeGenerationSymbolFactory.cs (1)
341return new CodeGenerationTypeParameterSymbol(null, attributes, varianceKind, name, nullableAnnotation, constraintTypes, hasConstructorConstraint, hasReferenceConstraint, hasValueConstraint, hasUnmanagedConstraint, hasNotNullConstraint, allowsRefLikeType, ordinal);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationTypeParameterSymbol.cs (1)
38return new CodeGenerationTypeParameterSymbol(
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\IMethodSymbolExtensions.cs (1)
113var newTypeParameter = new CodeGenerationTypeParameterSymbol(
3 references to CodeGenerationTypeParameterSymbol
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\IMethodSymbolExtensions.cs (3)
106var newTypeParameters = new List<CodeGenerationTypeParameterSymbol>(); 113var newTypeParameter = new CodeGenerationTypeParameterSymbol( 133foreach (var newTypeParameter in newTypeParameters)