1 write to _binder
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Attributes.cs (1)
758
_binder
= binder;
4 references to _binder
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Attributes.cs (4)
840
var typedConstantKind = node.Type.GetAttributeParameterTypedConstantKind(
_binder
.Compilation);
877
var typedConstantKind = type.GetAttributeParameterTypedConstantKind(
_binder
.Compilation);
927
var typedConstantKind = operandType.GetAttributeParameterTypedConstantKind(
_binder
.Compilation);
982
var typedConstantKind = type.GetAttributeParameterTypedConstantKind(
_binder
.Compilation);