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