4 references to AttributeType
Roslyn.Diagnostics.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\INamedTypeSymbolExtensions.cs (1)
455var systemAttributeType = compilation.AttributeType();
Roslyn.Diagnostics.CSharp.Analyzers (3)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (3)
868=> CreateResult(this.Compilation.AttributeType()); 876return CreateResult(this.Compilation.AttributeType()); 887return CreateResult(this.Compilation.AttributeType());