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)
28
if (
_type
.ExtensionParameter is { Name: not "" } parameter &&
46
if (
_type
.ExtensionParameter is { Name: not "" } parameter && parameter.Name == name)