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