4 references to IsBound
Microsoft.CodeAnalysis.Features (4)
src\Compilers\Core\Portable\DiagnosticAnalyzer\SuppressMessageAttributeState.TargetSymbolResolver.cs (4)
393
if (bindingContext != null && result.HasValue && !result.Value.
IsBound
)
405
if (result.Value.
IsBound
)
608
if (typeArguments.Any(a => !a.
IsBound
))
808
if (type.
IsBound
)