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