7 references to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder.NamespaceOrTypeOrAliasSymbolWithAnnotations.cs (1)
37internal Symbol Symbol => _symbol ?? TypeWithAnnotations.Type;
Binder\Binder_Symbols.cs (4)
337symbol.TypeWithAnnotations.ReportDiagnosticsIfObsolete(this, syntax, diagnostics); 338if (symbol.TypeWithAnnotations.IsResolved) AssertNotUnsafeMemberAccess(symbol.TypeWithAnnotations.Type); 1705TypeWithAnnotations type = right.TypeWithAnnotations;
Symbols\AliasSymbol.cs (2)
411annotatedNamespaceOrType.TypeWithAnnotations.NullableAnnotation == NullableAnnotation.Annotated && 412annotatedNamespaceOrType.TypeWithAnnotations.Type?.IsReferenceType is true)