57 references to IsGood
Microsoft.CodeAnalysis.VisualBasic (57)
Binding\Binder_Attributes.vb (3)
146
If Not lookupResult.
IsGood
Then
169
Debug.Assert(lookupResult.HasSingleSymbol AndAlso lookupResult.
IsGood
)
448
If result.
IsGood
Then
Binding\Binder_Expressions.vb (1)
3582
If result.
IsGood
AndAlso result.HasSingleSymbol Then
Binding\Binder_InterpolatedString.vb (1)
161
ElseIf Not lookup.
IsGood
Then
Binding\Binder_Invocation.vb (2)
36
If lookupResult.
IsGood
AndAlso Not lookupResult.Symbols(0).IsReducedExtensionMethod() Then
551
If result.
IsGood
Then
Binding\Binder_Lookup.vb (13)
754
If result.
IsGood
Then
790
If tmp.
IsGood
Then
802
If result.
IsGood
Then
972
If result.
IsGood
Then
1153
If result.
IsGood
AndAlso
1297
If lookup.
IsGood
Then
1479
If currentResult.
IsGood
Then
1528
If lookupResult.
IsGood
AndAlso currentResult.
IsGood
Then
1532
If currentResult.
IsGood
AndAlso leaveEventsOnly.HasValue Then
1543
If methodsOnly AndAlso lookupResult.
IsGood
Then
1551
If lookupResult.
IsGood
Then
1585
Debug.Assert(result.
IsGood
)
Binding\Binder_ObjectInitializer.vb (2)
909
If result.
IsGood
Then
976
If result.
IsGood
() AndAlso Not arguments.IsEmpty Then
Binding\Binder_Query.vb (3)
731
Dim result As Boolean = (lookup.
IsGood
AndAlso lookup.Symbols(0).Kind = SymbolKind.RangeVariable)
4427
If lookupResult.
IsGood
Then
4448
If lookupResult.
IsGood
Then
Binding\Binder_Statements.vb (8)
934
Debug.Assert(result.HasSingleSymbol AndAlso result.
IsGood
)
1782
Debug.Assert(result.HasSingleSymbol AndAlso result.
IsGood
)
2996
If result.
IsGood
AndAlso
4111
Debug.Assert(lookupResult.
IsGood
)
4149
Debug.Assert(lookupResult.
IsGood
)
4185
Debug.Assert(lookupResult.
IsGood
)
4282
If result.
IsGood
Then
4303
If result.
IsGood
Then
Binding\Binder_Symbols.vb (4)
566
lookupResult.
IsGood
AndAlso
598
If resolvingBaseType AndAlso lookupResult.
IsGood
Then
691
Debug.Assert(lookupResult.
IsGood
AndAlso lookupResult.HasSingleSymbol)
902
If lookupResult.
IsGood
Then
Binding\Binder_XmlLiterals.vb (1)
981
If result.
IsGood
Then
Binding\ImportedTypesAndNamespacesMembersBinder.vb (4)
70
If Not (currentResult.
IsGood
AndAlso currentResult.HasSingleSymbol AndAlso
93
If lookupResultIsNamespace AndAlso currentResult.
IsGood
AndAlso lookupResult.
IsGood
Then
119
If lookupResult.
IsGood
AndAlso lookupResult.Symbols.Count > 1 AndAlso lookupResult.Symbols(0).Kind = SymbolKind.Namespace Then
Binding\LookupResult.vb (6)
539
If Me.
IsGood
AndAlso other.IsGood Then
557
If Me.
IsGood
AndAlso other.
IsGood
Then
597
If Me.
IsGood
AndAlso other.IsGood Then
651
If Me.
IsGood
Then
918
If Me.
IsGood
Then
Binding\TypesOfImportedNamespacesMembersBinder.vb (1)
47
If currentResult.
IsGood
AndAlso Not originalBinder.IsSemanticModelBinder Then
BoundTree\BoundMethodGroup.vb (1)
73
If lookup.
IsGood
Then
Compilation\SemanticModel.vb (1)
2396
If lookupResult.
IsGood
Then
Lowering\AsyncRewriter\AsyncRewriter.vb (2)
551
If result.
IsGood
Then
610
If result.
IsGood
Then
Symbols\Source\ImplementsHelper.vb (1)
219
ElseIf lookup.
IsGood
Then
Symbols\Source\SourceMemberMethodSymbol.vb (3)
872
If witheventsLookup.
IsGood
Then
913
If eventLookup.
IsGood
Then
954
If propertyLookup.
IsGood
Then