1 write to InComInterfaceContext
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\Binder_Lookup.vb (1)
1427Me.InComInterfaceContext = inComInterfaceContext
5 references to InComInterfaceContext
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder_Lookup.vb (5)
1432Return Hash.Combine(Me.InterfaceType.GetHashCode(), Me.InComInterfaceContext.GetHashCode()) 1440Return Me.InterfaceType.Equals(other.InterfaceType) AndAlso Me.InComInterfaceContext = other.InComInterfaceContext 1524If info.InComInterfaceContext Then 1876Dim inComInterfaceContext As Boolean = currentInfo.InComInterfaceContext OrElse