2 references to ExtensionAttribute
System.Core (2)
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (1)
521if (Attribute.GetCustomAttribute(node.Method, typeof(ExtensionAttribute)) != null) {
Microsoft\Scripting\Utils\Extension.cs (1)
23[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.ExtensionAttribute))]