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