4 references to IsResolved
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Symbols.cs (1)
338
if (symbol.TypeWithAnnotations.
IsResolved
) ReportDiagnosticsIfUnsafeMemberAccess(diagnostics, symbol.TypeWithAnnotations.Type, syntax);
Symbols\Source\TypeParameterConstraintClause.cs (2)
173
TypeSymbol type = constraintType.
IsResolved
? constraintType.Type : constraintType.DefaultType;
233
TypeSymbol type = constraintType.
IsResolved
? constraintType.Type : constraintType.DefaultType;
Symbols\TypeWithAnnotations.cs (1)
290
if (!
IsResolved
)