10 references to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder.NamespaceOrTypeOrAliasSymbolWithAnnotations.cs (1)
37
internal Symbol Symbol => _symbol ??
TypeWithAnnotations
.Type;
Binder\Binder_Symbols.cs (7)
41
return isVar ? default : UnwrapAlias(symbol, diagnostics, syntax).
TypeWithAnnotations
;
61
return (keyword != ConstraintContextualKeyword.None) ? default : UnwrapAlias(symbol, diagnostics, syntax).
TypeWithAnnotations
;
89
return UnwrapAlias(symbol, out alias, diagnostics, syntax).
TypeWithAnnotations
;
305
return UnwrapAlias(symbol, diagnostics, syntax, basesBeingResolved).
TypeWithAnnotations
;
314
return UnwrapAlias(symbol, out alias, diagnostics, syntax, basesBeingResolved).
TypeWithAnnotations
;
334
symbol.
TypeWithAnnotations
.ReportDiagnosticsIfObsolete(this, syntax, diagnostics);
1689
TypeWithAnnotations type = right.
TypeWithAnnotations
;
Symbols\AliasSymbol.cs (2)
409
annotatedNamespaceOrType.
TypeWithAnnotations
.NullableAnnotation == NullableAnnotation.Annotated &&
410
annotatedNamespaceOrType.
TypeWithAnnotations
.Type?.IsReferenceType is true)