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