10 references to UseExceptionThrowHelpers
Microsoft.CodeAnalysis.NetAnalyzers (10)
Microsoft.NetCore.Analyzers\Runtime\UseExceptionThrowHelpersFixer.cs (10)
17/// <summary>Fixer for <see cref="UseExceptionThrowHelpers"/>.</summary> 22UseExceptionThrowHelpers.UseArgumentNullExceptionThrowIfNullRuleId, 23UseExceptionThrowHelpers.UseArgumentExceptionThrowIfNullOrEmptyRuleId, 24UseExceptionThrowHelpers.UseArgumentOutOfRangeExceptionThrowIfRuleId, 25UseExceptionThrowHelpers.UseObjectDisposedExceptionThrowIfRuleId); 83case UseExceptionThrowHelpers.UseArgumentNullExceptionThrowIfNullRuleId: 88case UseExceptionThrowHelpers.UseArgumentExceptionThrowIfNullOrEmptyRuleId: 93case UseExceptionThrowHelpers.UseArgumentOutOfRangeExceptionThrowIfRuleId: 95diagnostic.Properties.TryGetValue(UseExceptionThrowHelpers.MethodNamePropertyKey, out methodName); 98case UseExceptionThrowHelpers.UseObjectDisposedExceptionThrowIfRuleId when other is not null: