Base:
property
HasErrors
Microsoft.CodeAnalysis.CSharp.Symbols.CSharpAttributeData.HasErrors
4 references to HasErrors
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Attributes.cs (1)
112
Debug.Assert(!attribute.
HasErrors
);
Symbols\Attributes\SourceAttributeData.cs (2)
129
Debug.Assert(!this.
HasErrors
);
187
this.ConstructorArgumentsSourceIndices, this.CommonNamedArguments, this.
HasErrors
, isConditionallyOmitted);
Symbols\Source\SynthesizedAttributeData.cs (1)
83
internal override bool HasErrors => _original.
HasErrors
;