1 write to _binder
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\Binder_Attributes.vb (1)
671
Me.
_binder
= binder
6 references to _binder
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Attributes.vb (6)
746
If
_binder
.IsValidTypeForAttributeArgument(node.Type) Then
763
Not
_binder
.IsValidTypeForAttributeArgument(conv.Operand.Type) Then
777
Not
_binder
.IsValidTypeForAttributeArgument(conv.Operand.Type) Then
791
Not
_binder
.IsValidTypeForAttributeArgument(conv.Operand.Type) Then
795
ReportDiagnostic(diagBag, conv.Operand.Syntax, ERRID.ERR_RequiredAttributeConstConversion2, If(conv.Operand.Type,
_binder
.Compilation.GetSpecialType(SpecialType.System_Object)), conv.Type)
881
Dim kind = TypedConstant.GetTypedConstantKind(type,
_binder
.Compilation)