1 write to _type
Microsoft.CodeAnalysis.CSharp (1)
Binder\WithExtensionParameterBinder.cs (1)
21_type = type;
2 references to _type
Microsoft.CodeAnalysis.CSharp (2)
Binder\WithExtensionParameterBinder.cs (2)
28if (_type.ExtensionParameter is { Name: not "" } parameter && 46if (_type.ExtensionParameter is { Name: not "" } parameter && parameter.Name == name)