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