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
17 references to HasErrors
Microsoft.CodeAnalysis.VisualBasic (17)
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)
215
If Not attribute.
HasErrors
Then
230
Debug.Assert(Not attribute.
HasErrors
)
240
Debug.Assert(Not attribute.
HasErrors
)
350
If Not attribute.
HasErrors
AndAlso ValidateAttributeUsageForNetModuleAttribute(attribute, netModuleNames(i), diagnostics, uniqueAttributes) Then
1172
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 (1)
403
Debug.Assert(Not attribute.
HasErrors
)