Base:
property
Type
Microsoft.CodeAnalysis.VisualBasic.Symbols.PropertySymbol.Type
4 references to Type
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Query.vb (3)
455
Debug.Assert(keyProperty.
Type
Is firstSelectSelectorBinder.LambdaSymbol.Parameters(0).Type)
472
Debug.Assert(keyProperty.
Type
Is firstSelectSelectorBinder.LambdaSymbol.Parameters(1).Type)
495
Debug.Assert(keyProperty.
Type
Is firstSelectSelectorBinder.LambdaSymbol.Parameters(1).Type)
Semantics\Conversions.vb (1)
1574
Not invokeParams(1).Type.IsSameTypeIgnoringAll(anonymousType.Properties(0).
Type
) Then