4 overrides of HasErrors
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Attributes\PEAttributeData.vb (1)
182Friend Overrides ReadOnly Property HasErrors As Boolean
Symbols\Attributes\RetargetingAttributeData.vb (1)
76Friend Overrides ReadOnly Property HasErrors As Boolean
Symbols\Attributes\SourceAttributeData.vb (1)
104Friend Overrides ReadOnly Property HasErrors As Boolean
Symbols\SynthesizedSymbols\SynthesizedAttributeData.vb (1)
105Friend Overrides ReadOnly Property HasErrors As Boolean
24 references to HasErrors
Microsoft.CodeAnalysis.VisualBasic (24)
Compilation\ClsComplianceChecker.vb (1)
769If Not attributeData.HasErrors Then
Emit\NoPia\EmbeddedTypesManager.vb (1)
151Dim result As Boolean = Not attrData.HasErrors
Lowering\LocalRewriter\LocalRewriter_AddRemoveHandler.vb (1)
226If Not attrData.HasErrors Then
Symbols\Attributes\AttributeData.vb (5)
435Debug.Assert(Not Me.HasErrors) 462Debug.Assert(Not Me.HasErrors) 480Debug.Assert(Not Me.HasErrors) 491Debug.Assert(Not Me.HasErrors) 507Debug.Assert(Not Me.HasErrors)
Symbols\Attributes\RetargetingAttributeData.vb (4)
31Debug.Assert(attributeClass IsNot Nothing OrElse underlying.HasErrors) 78Return _underlying.HasErrors OrElse _attributeConstructor Is Nothing 84Debug.Assert(AttributeClass IsNot Nothing OrElse _underlying.HasErrors) 86If _underlying.HasErrors Then
Symbols\Source\SourceAssemblySymbol.vb (5)
216If Not attribute.HasErrors Then 231Debug.Assert(Not attribute.HasErrors) 241Debug.Assert(Not attribute.HasErrors) 351If Not attribute.HasErrors AndAlso ValidateAttributeUsageForNetModuleAttribute(attribute, netModuleNames(i), diagnostics, uniqueAttributes) Then 1165Debug.Assert(Not attrData.HasErrors)
Symbols\Source\SourceModuleSymbol.vb (1)
992If attribute.HasErrors Then
Symbols\Source\SourceNamedTypeSymbol_GroupClass.vb (1)
178If Not data.HasErrors AndAlso Not generatedDiagnostics AndAlso
Symbols\Source\SourceParameterSymbol.vb (2)
285Yield New SourceAttributeData(DeclaringCompilation, attribute.ApplicationSyntaxReference, attribute.AttributeClass, attribute.AttributeConstructor, newArgs, attribute.CommonNamedArguments, attribute.IsConditionallyOmitted, attribute.HasErrors) 403Debug.Assert(Not attribute.HasErrors)
Symbols\Symbol_Attributes.vb (3)
172If Not boundAttribute.HasErrors Then 477If Not boundAttribute.HasErrors AndAlso ValidateAttributeUsage(boundAttribute, attributeSyntax, binder.Compilation, symbolPart, diagnostics, uniqueAttributeTypes) Then 612Debug.Assert(Not attribute.HasErrors)