16 references to ExcludeFromCodeCoverageAttribute
Microsoft.CodeAnalysis.CSharp (8)
Symbols\EventSymbol.cs (1)
98/// True for source events marked with <see cref="AttributeDescription.ExcludeFromCodeCoverageAttribute"/>.
Symbols\MethodSymbol.cs (1)
93/// True for source methods marked with <see cref="AttributeDescription.ExcludeFromCodeCoverageAttribute"/>.
Symbols\NamedTypeSymbol.cs (1)
1483/// True for source types marked with <see cref="AttributeDescription.ExcludeFromCodeCoverageAttribute"/>.
Symbols\PropertySymbol.cs (1)
192/// True for source properties marked with <see cref="AttributeDescription.ExcludeFromCodeCoverageAttribute"/>.
Symbols\Source\SourceEventSymbol.cs (1)
302else if (attribute.IsTargetAttribute(this, AttributeDescription.ExcludeFromCodeCoverageAttribute))
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
518else if (attribute.IsTargetAttribute(this, AttributeDescription.ExcludeFromCodeCoverageAttribute))
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1091else if (attribute.IsTargetAttribute(this, AttributeDescription.ExcludeFromCodeCoverageAttribute))
Symbols\Source\SourcePropertySymbolBase.cs (1)
1256else if (attribute.IsTargetAttribute(this, AttributeDescription.ExcludeFromCodeCoverageAttribute))
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\EventSymbol.vb (1)
64''' True for source events marked with <see cref="AttributeDescription.ExcludeFromCodeCoverageAttribute"/>.
Symbols\MethodSymbol.vb (1)
267''' True for source methods marked with <see cref="AttributeDescription.ExcludeFromCodeCoverageAttribute"/>.
Symbols\NamedTypeSymbol.vb (1)
168''' True for source types marked with <see cref="AttributeDescription.ExcludeFromCodeCoverageAttribute"/>.
Symbols\PropertySymbol.vb (1)
89''' True for source properties marked with <see cref="AttributeDescription.ExcludeFromCodeCoverageAttribute"/>.
Symbols\Source\SourceEventSymbol.vb (1)
671ElseIf attrData.IsTargetAttribute(Me, AttributeDescription.ExcludeFromCodeCoverageAttribute) Then
Symbols\Source\SourceMethodSymbol.vb (1)
1713ElseIf attrData.IsTargetAttribute(Me, AttributeDescription.ExcludeFromCodeCoverageAttribute) Then
Symbols\Source\SourceNamedTypeSymbol.vb (1)
2252ElseIf attrData.IsTargetAttribute(Me, AttributeDescription.ExcludeFromCodeCoverageAttribute) Then
Symbols\Source\SourcePropertySymbol.vb (1)
585ElseIf attrData.IsTargetAttribute(Me, AttributeDescription.ExcludeFromCodeCoverageAttribute) Then