3 instantiations of CodeGenerationTypeParameterSymbol
Microsoft.CodeAnalysis.Workspaces (3)
CodeGenerationSymbolFactory.cs (1)
343return new CodeGenerationTypeParameterSymbol(null, attributes, varianceKind, name, nullableAnnotation, constraintTypes, hasConstructorConstraint, hasReferenceConstraint, hasValueConstraint, hasUnmanagedConstraint, hasNotNullConstraint, ordinal);
CodeGenerationTypeParameterSymbol.cs (1)
49return new CodeGenerationTypeParameterSymbol(
Shared\Extensions\IMethodSymbolExtensions.cs (1)
128var newTypeParameter = new CodeGenerationTypeParameterSymbol(
3 references to CodeGenerationTypeParameterSymbol
Microsoft.CodeAnalysis.Workspaces (3)
Shared\Extensions\IMethodSymbolExtensions.cs (3)
121var newTypeParameters = new List<CodeGenerationTypeParameterSymbol>(); 128var newTypeParameter = new CodeGenerationTypeParameterSymbol( 147foreach (var newTypeParameter in newTypeParameters)