9 references to TypeParameters
Microsoft.Interop.ComInterfaceGenerator (3)
ComClassGenerator.cs (1)
73.WithTypeParameterList(classSyntax.TypeParameters)
ComInterfaceGenerator.cs (2)
151.WithTypeParameterList(context.ContainingSyntax.TypeParameters) 238.WithTypeParameterList(context.ContainingSyntax.TypeParameters)
Microsoft.Interop.SourceGeneration (6)
ContainingSyntaxContext.cs (6)
32&& SyntaxEquivalentComparer.Instance.Equals(TypeParameters, other.TypeParameters); 114if (containingType.TypeParameters is not null) 116type = type.AddTypeParameterListParameters(containingType.TypeParameters.Parameters.ToArray()); 140if (containingType.TypeParameters is not null) 142type = type.AddTypeParameterListParameters(containingType.TypeParameters.Parameters.ToArray());