1 instantiation of PlaceholderTypeArgumentSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PlaceholderTypeArgumentSymbol.cs (1)
18
private static readonly TypeWithAnnotations s_instance = TypeWithAnnotations.Create(new
PlaceholderTypeArgumentSymbol
());
3 references to PlaceholderTypeArgumentSymbol
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Symbols.cs (1)
1238
resultType = unconstructedType.Construct(
PlaceholderTypeArgumentSymbol
.CreateTypeArguments(unconstructedType.TypeParameters));
Binder\BinderFlags.cs (1)
105
/// Skip binding type arguments (we use <see cref="Symbols.
PlaceholderTypeArgumentSymbol
"/> instead).
Symbols\TypeWithAnnotations.cs (1)
478
if (newTypeWithModifiers.Type is
PlaceholderTypeArgumentSymbol
)