2 references to AttributeType
Microsoft.CodeAnalysis.CSharp (2)
Compilation\AttributeSemanticModel.cs (2)
90
return binder.BindAttribute(attribute,
AttributeType
, attributedMember: ContextualAttributeBinder.GetAttributedMember(_attributeTarget), diagnostics);
94
return new BoundTypeExpression((NameSyntax)node, _aliasOpt, type:
AttributeType
);