3 references to ConversionNotThrowRule
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Runtime\PreventNumericIntPtrUIntPtrBehavioralChanges.cs (3)
56
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(OperatorThrowsRule, ConversionThrowsRule,
ConversionNotThrowRule
);
119
context.ReportDiagnostic(explicitConversion.CreateDiagnostic(
ConversionNotThrowRule
,
126
context.ReportDiagnostic(explicitConversion.CreateDiagnostic(
ConversionNotThrowRule
,