1 write to _binder
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\Binder_Attributes.vb (1)
674
Me.
_binder
= binder
6 references to _binder
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Attributes.vb (6)
749
If
_binder
.IsValidTypeForAttributeArgument(node.Type) Then
766
Not
_binder
.IsValidTypeForAttributeArgument(conv.Operand.Type) Then
780
Not
_binder
.IsValidTypeForAttributeArgument(conv.Operand.Type) Then
794
Not
_binder
.IsValidTypeForAttributeArgument(conv.Operand.Type) Then
798
ReportDiagnostic(diagBag, conv.Operand.Syntax, ERRID.ERR_RequiredAttributeConstConversion2, If(conv.Operand.Type,
_binder
.Compilation.GetSpecialType(SpecialType.System_Object)), conv.Type)
884
Dim kind = TypedConstant.GetTypedConstantKind(type,
_binder
.Compilation)