1 write to _binder
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Attributes.cs (1)
760
_binder
= binder;
4 references to _binder
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Attributes.cs (4)
842
var typedConstantKind = node.Type.GetAttributeParameterTypedConstantKind(
_binder
.Compilation);
879
var typedConstantKind = type.GetAttributeParameterTypedConstantKind(
_binder
.Compilation);
929
var typedConstantKind = operandType.GetAttributeParameterTypedConstantKind(
_binder
.Compilation);
984
var typedConstantKind = type.GetAttributeParameterTypedConstantKind(
_binder
.Compilation);