3 overrides of IsDefaultInstancePropertyAllowed
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\AttributeBinder.vb (1)
40Friend Overrides ReadOnly Property IsDefaultInstancePropertyAllowed As Boolean
Binding\BackstopBinder.vb (1)
281Friend Overrides ReadOnly Property IsDefaultInstancePropertyAllowed As Boolean
Binding\Binder_Expressions.vb (1)
1194Friend Overrides ReadOnly Property IsDefaultInstancePropertyAllowed As Boolean
3 references to IsDefaultInstancePropertyAllowed
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Expressions.vb (2)
1048Return m_containingBinder.IsDefaultInstancePropertyAllowed 1060If Not IsDefaultInstancePropertyAllowed Then
Symbols\Source\SynthesizedMainTypeEntryPoint.vb (1)
55Debug.Assert(binder.IsDefaultInstancePropertyAllowed)