7 lines
148 B
C#
7 lines
148 B
C#
namespace Microsoft.CodeAnalysis.CSharp;
|
|
|
|
internal readonly struct ExtensionMethodScope(Binder binder)
|
|
{
|
|
public readonly Binder Binder = binder;
|
|
}
|