4 references to RuleCA2101
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.NetCore.Analyzers\InteropServices\PInvokeDiagnosticAnalyzer.cs (4)
48public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(RuleCA1401, RuleCA2101); 149context.ReportDiagnostic(Diagnostic.Create(RuleCA2101, marshalAsLocation)); 155context.ReportDiagnostic(Diagnostic.Create(RuleCA2101, defaultLocation)); 165context.ReportDiagnostic(Diagnostic.Create(RuleCA2101, defaultLocation));