1 write to _binder
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Attributes.cs (1)
766
_binder
= binder;
4 references to _binder
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Attributes.cs (4)
848
var typedConstantKind = node.Type.GetAttributeParameterTypedConstantKind(
_binder
.Compilation);
885
var typedConstantKind = type.GetAttributeParameterTypedConstantKind(
_binder
.Compilation);
935
var typedConstantKind = operandType.GetAttributeParameterTypedConstantKind(
_binder
.Compilation);
990
var typedConstantKind = type.GetAttributeParameterTypedConstantKind(
_binder
.Compilation);