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