1 write to Type
Microsoft.CodeAnalysis.Features (1)
src\Compilers\Core\Portable\DiagnosticAnalyzer\SuppressMessageAttributeState.TargetSymbolResolver.cs (1)
878
this.
Type
= type;
5 references to Type
Microsoft.CodeAnalysis.Features (5)
src\Compilers\Core\Portable\DiagnosticAnalyzer\SuppressMessageAttributeState.TargetSymbolResolver.cs (5)
407
var typeSymbol = result.Value.
Type
;
648
typeSymbol = typeSymbol.Construct(typeArguments.Select(t => t.
Type
).ToArray());
810
return type.
Type
;
818
return result?.
Type
;
874
public bool IsBound => this.
Type
!= null;