1 write to _binder
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Attributes.cs (1)
853
_binder
= binder;
3 references to _binder
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Attributes.cs (3)
935
var typedConstantKind = node.Type.GetAttributeParameterTypedConstantKind(
_binder
.Compilation);
992
var typedConstantKind = operandType.GetAttributeParameterTypedConstantKind(
_binder
.Compilation);
1047
var typedConstantKind = type.GetAttributeParameterTypedConstantKind(
_binder
.Compilation);