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