12 references to ExcludeFromCodeCoverageAttribute
Microsoft.CodeAnalysis.CSharp (8)
Symbols\EventSymbol.cs (1)
99
/// True for source events marked with <see cref="AttributeDescription.
ExcludeFromCodeCoverageAttribute
"/>.
Symbols\MethodSymbol.cs (1)
95
/// True for source methods marked with <see cref="AttributeDescription.
ExcludeFromCodeCoverageAttribute
"/>.
Symbols\NamedTypeSymbol.cs (1)
1717
/// True for source types marked with <see cref="AttributeDescription.
ExcludeFromCodeCoverageAttribute
"/>.
Symbols\PropertySymbol.cs (1)
191
/// True for source properties marked with <see cref="AttributeDescription.
ExcludeFromCodeCoverageAttribute
"/>.
Symbols\Source\SourceEventSymbol.cs (1)
372
else if (attribute.IsTargetAttribute(AttributeDescription.
ExcludeFromCodeCoverageAttribute
))
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
548
else if (attribute.IsTargetAttribute(AttributeDescription.
ExcludeFromCodeCoverageAttribute
))
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1152
else if (attribute.IsTargetAttribute(AttributeDescription.
ExcludeFromCodeCoverageAttribute
))
Symbols\Source\SourcePropertySymbolBase.cs (1)
1581
else if (attribute.IsTargetAttribute(AttributeDescription.
ExcludeFromCodeCoverageAttribute
))
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\EventSymbol.vb (1)
65
''' True for source events marked with <see cref="AttributeDescription.
ExcludeFromCodeCoverageAttribute
"/>.
Symbols\MethodSymbol.vb (1)
268
''' True for source methods marked with <see cref="AttributeDescription.
ExcludeFromCodeCoverageAttribute
"/>.
Symbols\NamedTypeSymbol.vb (1)
176
''' True for source types marked with <see cref="AttributeDescription.
ExcludeFromCodeCoverageAttribute
"/>.
Symbols\PropertySymbol.vb (1)
87
''' True for source properties marked with <see cref="AttributeDescription.
ExcludeFromCodeCoverageAttribute
"/>.