4 references to AvoidAssemblyLocationInSingleFile
ILLink.CodeFixProvider (2)
RequiresAssemblyFilesCodeFixProvider.cs (1)
21
DiagnosticDescriptors.GetDiagnosticDescriptor(DiagnosticId.
AvoidAssemblyLocationInSingleFile
),
UnconditionalSuppressMessageCodeFixProvider.cs (1)
27
DiagnosticId.
AvoidAssemblyLocationInSingleFile
,
ILLink.RoslynAnalyzer (2)
RequiresAssemblyFilesAnalyzer.cs (2)
22
private static readonly DiagnosticDescriptor s_locationRule = DiagnosticDescriptors.GetDiagnosticDescriptor(DiagnosticId.
AvoidAssemblyLocationInSingleFile
,
123
diagnosticContext.AddDiagnostic(DiagnosticId.
AvoidAssemblyLocationInSingleFile
, member.GetDisplayName());