| File: src\Generators\Microsoft.Gen.ComplianceReports\SymbolHolder.cs | Web Access | 
| Project: src\src\Generators\Microsoft.Gen.MetadataExtractor\Microsoft.Gen.MetadataExtractor.csproj (Microsoft.Gen.MetadataExtractor) | 
| // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Diagnostics.CodeAnalysis; using Microsoft.CodeAnalysis; namespace Microsoft.Gen.ComplianceReports; [ExcludeFromCodeCoverage] internal sealed record class SymbolHolder( INamedTypeSymbol DataClassificationAttributeSymbol, INamedTypeSymbol? LoggerMessageAttribute); |