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