We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19354eb commit 28b9a4eCopy full SHA for 28b9a4e
src/AspectCore.Core/Utils/ProxyGeneratorUtils.cs
@@ -1,12 +1,10 @@
1
using System;
2
using System.Collections.Generic;
3
-using System.Collections.ObjectModel;
4
using System.Diagnostics;
5
using System.Globalization;
6
using System.Linq;
7
using System.Reflection;
8
using System.Reflection.Emit;
9
-using System.Runtime.CompilerServices;
10
using System.Threading;
11
using System.Threading.Tasks;
12
using AspectCore.DynamicProxy;
@@ -16,7 +14,7 @@
16
14
17
15
namespace AspectCore.Utils
18
{
19
- internal partial class ProxyGeneratorUtils
+ internal class ProxyGeneratorUtils
20
21
private const string ProxyNameSpace = "AspectCore.DynamicGenerated";
22
private const string ProxyAssemblyName = "AspectCore.DynamicProxy.Generator";
0 commit comments