5 references to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder.NamespaceOrTypeOrAliasSymbolWithAnnotations.cs (1)
37
internal Symbol Symbol => _symbol ??
TypeWithAnnotations
.Type;
Binder\Binder_Symbols.cs (2)
334
symbol.
TypeWithAnnotations
.ReportDiagnosticsIfObsolete(this, syntax, diagnostics);
1623
TypeWithAnnotations type = right.
TypeWithAnnotations
;
Symbols\AliasSymbol.cs (2)
409
annotatedNamespaceOrType.
TypeWithAnnotations
.NullableAnnotation == NullableAnnotation.Annotated &&
410
annotatedNamespaceOrType.
TypeWithAnnotations
.Type?.IsReferenceType is true)