12 references to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder.NamespaceOrTypeOrAliasSymbolWithAnnotations.cs (1)
37
internal Symbol Symbol => _symbol ??
TypeWithAnnotations
.Type;
Binder\Binder_Symbols.cs (9)
43
return isVar ? default : UnwrapAlias(symbol, diagnostics, syntax).
TypeWithAnnotations
;
63
return (keyword != ConstraintContextualKeyword.None) ? default : UnwrapAlias(symbol, diagnostics, syntax).
TypeWithAnnotations
;
91
return UnwrapAlias(symbol, out alias, diagnostics, syntax).
TypeWithAnnotations
;
308
return UnwrapAlias(symbol, diagnostics, syntax, basesBeingResolved).
TypeWithAnnotations
;
317
return UnwrapAlias(symbol, out alias, diagnostics, syntax, basesBeingResolved).
TypeWithAnnotations
;
337
symbol.
TypeWithAnnotations
.ReportDiagnosticsIfObsolete(this, syntax, diagnostics);
338
if (symbol.
TypeWithAnnotations
.IsResolved) ReportDiagnosticsIfUnsafeMemberAccess(diagnostics, symbol.
TypeWithAnnotations
.Type, syntax);
1705
TypeWithAnnotations type = right.
TypeWithAnnotations
;
Symbols\AliasSymbol.cs (2)
409
annotatedNamespaceOrType.
TypeWithAnnotations
.NullableAnnotation == NullableAnnotation.Annotated &&
410
annotatedNamespaceOrType.
TypeWithAnnotations
.Type?.IsReferenceType is true)