3 references to IsResolved
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\TypeParameterConstraintClause.cs (2)
174
TypeSymbol type = constraintType.
IsResolved
? constraintType.Type : constraintType.DefaultType;
234
TypeSymbol type = constraintType.
IsResolved
? constraintType.Type : constraintType.DefaultType;
Symbols\TypeWithAnnotations.cs (1)
290
if (!
IsResolved
)