1 write to InterfaceType
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\Binder_Lookup.vb (1)
1426
Me.
InterfaceType
= interfaceType
10 references to InterfaceType
Microsoft.CodeAnalysis.VisualBasic (10)
Binding\Binder_Lookup.vb (10)
1028
LookupDefaultPropertyInBaseInterface(result, baseInterface.
InterfaceType
, binder, tempResult, useSiteInfo)
1432
Return Hash.Combine(Me.
InterfaceType
.GetHashCode(), Me.InComInterfaceContext.GetHashCode())
1440
Return Me.
InterfaceType
.Equals(other.
InterfaceType
) AndAlso Me.InComInterfaceContext = other.InComInterfaceContext
1514
LookupWithoutInheritance(currentResult, info.
InterfaceType
, name, arity, options, container, binder, useSiteInfo)
1873
Dim interfaces As ImmutableArray(Of NamedTypeSymbol) = currentInfo.
InterfaceType
.GetDirectBaseInterfacesNoUseSiteDiagnostics(binder.BasesBeingResolved)
1877
currentInfo.
InterfaceType
.CoClassType IsNot Nothing
1886
descendants = ImmutableHashSet.Create(currentInfo.
InterfaceType
.OriginalDefinition)
1888
descendants = currentInfo.DescendantDefinitions.Add(currentInfo.
InterfaceType
.OriginalDefinition)
2024
AddLookupSymbolsInfoWithoutInheritance(nameSet, currentType.
InterfaceType
, options, container, binder)