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
);
114
if (containingType.
TypeParameters
is not null)
116
type = type.AddTypeParameterListParameters(containingType.
TypeParameters
.Parameters.ToArray());
140
if (containingType.
TypeParameters
is not null)
142
type = type.AddTypeParameterListParameters(containingType.
TypeParameters
.Parameters.ToArray());