12 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)
95
/// True for source methods marked with <see cref="AttributeDescription.
ExcludeFromCodeCoverageAttribute
"/>.
Symbols\NamedTypeSymbol.cs (1)
1492
/// True for source types marked with <see cref="AttributeDescription.
ExcludeFromCodeCoverageAttribute
"/>.
Symbols\PropertySymbol.cs (1)
193
/// True for source properties marked with <see cref="AttributeDescription.
ExcludeFromCodeCoverageAttribute
"/>.
Symbols\Source\SourceEventSymbol.cs (1)
356
else if (attribute.IsTargetAttribute(AttributeDescription.
ExcludeFromCodeCoverageAttribute
))
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
548
else if (attribute.IsTargetAttribute(AttributeDescription.
ExcludeFromCodeCoverageAttribute
))
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1132
else if (attribute.IsTargetAttribute(AttributeDescription.
ExcludeFromCodeCoverageAttribute
))
Symbols\Source\SourcePropertySymbolBase.cs (1)
1543
else if (attribute.IsTargetAttribute(AttributeDescription.
ExcludeFromCodeCoverageAttribute
))
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\EventSymbol.vb (1)
64
''' 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
"/>.