1 instantiation of CrefTypeParameterSymbol
Microsoft.CodeAnalysis.CSharp (1)
Binder\WithCrefTypeParametersBinder.cs (1)
132
TypeParameterSymbol typeParameterSymbol = new
CrefTypeParameterSymbol
(name, i, typeParameterSyntax);
4 references to CrefTypeParameterSymbol
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Crefs.cs (1)
905
(!unusedDiagnostics.HasAnyErrors() && typeArgument.Type is
CrefTypeParameterSymbol
));
Binder\WithCrefTypeParametersBinder.cs (1)
17
/// of the cref (see <see cref="
CrefTypeParameterSymbol
"/> for details).
Symbols\Source\CrefTypeParameterSymbol.cs (2)
108
CrefTypeParameterSymbol
other = t2 as
CrefTypeParameterSymbol
;