4 references to TryDefaultInstanceProperty
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Expressions.vb (2)
998
Dim instance As BoundExpression =
TryDefaultInstanceProperty
(DirectCast(expr, BoundTypeExpression), diagnostics)
3638
Dim instance As BoundExpression =
TryDefaultInstanceProperty
(DirectCast(receiver, BoundTypeExpression), diagnostics)
Binding\Binder_Invocation.vb (1)
214
Dim instance As BoundExpression =
TryDefaultInstanceProperty
(typeExp, diagnostics)
Symbols\Source\SynthesizedMainTypeEntryPoint.vb (1)
57
Dim instance As BoundExpression = binder.
TryDefaultInstanceProperty
(New BoundTypeExpression(syntaxNode, container), defaultInstancePropertyDiagnostics)