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