6 references to Target
Microsoft.CodeAnalysis.CSharp (6)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
16034
if (openBracketToken != this.OpenBracketToken || target != this.
Target
|| attributes != this.Attributes || closeBracketToken != this.CloseBracketToken)
28396
=> node.Update((SyntaxToken)Visit(node.OpenBracketToken), (AttributeTargetSpecifierSyntax)Visit(node.
Target
), VisitList(node.Attributes), (SyntaxToken)Visit(node.CloseBracketToken));
Parser\LanguageParser.cs (4)
701
RoslynDebug.Assert(attribute.
Target
!= null, "Must have a target as IsPossibleGlobalAttributeDeclaration checks for that");
705
attribute.
Target
.Update(
706
this.AddError(attribute.
Target
.Identifier, ErrorCode.ERR_GlobalAttributesNotFirst),
707
attribute.
Target
.ColonToken),