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