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)
42
return isVar ? default : UnwrapAlias(symbol, diagnostics, syntax).
TypeWithAnnotations
;
62
return (keyword != ConstraintContextualKeyword.None) ? default : UnwrapAlias(symbol, diagnostics, syntax).
TypeWithAnnotations
;
90
return UnwrapAlias(symbol, out alias, diagnostics, syntax).
TypeWithAnnotations
;
306
return UnwrapAlias(symbol, diagnostics, syntax, basesBeingResolved).
TypeWithAnnotations
;
315
return UnwrapAlias(symbol, out alias, diagnostics, syntax, basesBeingResolved).
TypeWithAnnotations
;
335
symbol.
TypeWithAnnotations
.ReportDiagnosticsIfObsolete(this, syntax, diagnostics);
1690
TypeWithAnnotations type = right.
TypeWithAnnotations
;
Symbols\AliasSymbol.cs (2)
409
annotatedNamespaceOrType.
TypeWithAnnotations
.NullableAnnotation == NullableAnnotation.Annotated &&
410
annotatedNamespaceOrType.
TypeWithAnnotations
.Type?.IsReferenceType is true)