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