3 overrides of OptionInfer
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\BackstopBinder.vb (1)
157
Public Overrides ReadOnly Property
OptionInfer
As Boolean
Binding\SourceFileBinder.vb (1)
51
Public Overrides ReadOnly Property
OptionInfer
As Boolean
Binding\SourceModuleBinder.vb (1)
47
Public Overrides ReadOnly Property
OptionInfer
As Boolean
9 references to OptionInfer
Microsoft.CodeAnalysis.VisualBasic (9)
Binding\Binder.vb (1)
725
Return m_containingBinder.
OptionInfer
Binding\Binder_Statements.vb (3)
1314
ElseIf Not (
OptionInfer
AndAlso equalsValueOpt IsNot Nothing) Then
1374
If
OptionInfer
AndAlso Not symbol.IsStatic AndAlso Not symbol.IsConst Then
1444
Debug.Assert(Not symbol.IsConst AndAlso Not symbol.IsStatic AndAlso Not
OptionInfer
)
Binding\Binder_Utils.vb (1)
520
OptionInfer
Then
Binding\ForOrForEachBlockBinder.vb (1)
78
If
OptionInfer
Then
Binding\SourceFileBinder.vb (1)
58
Return m_containingBinder.
OptionInfer
Compilation\SemanticModel.vb (1)
3013
Return binder.
OptionInfer
Symbols\Source\SourceMemberFieldSymbol.vb (1)
185
If Not omitFurtherDiagnostics AndAlso Not (isConst AndAlso binder.
OptionInfer
) Then