1 write to _typeSymbol
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\NamedTypeBinder.vb (1)
35_typeSymbol = typeSymbol
14 references to _typeSymbol
Microsoft.CodeAnalysis.VisualBasic (14)
Binding\NamedTypeBinder.vb (14)
44Return If(_typeSymbol.IsScriptClass, Me, m_containingBinder.GetBinder(node)) 50Return If(_typeSymbol.IsScriptClass, Me, m_containingBinder.GetBinder(stmtList)) 55Return _typeSymbol 81originalBinder.LookupMember(lookupResult, _typeSymbol, name, arity, options, useSiteInfo) 103_typeSymbol.AppendProbableExtensionMethods(name, methods) 109_typeSymbol.AddExtensionMethodLookupSymbolsInfo(nameSet, options, originalBinder) 117If _typeSymbol.Arity > 0 Then 118For Each tp In _typeSymbol.TypeParameters 126originalBinder.AddMemberLookupSymbolsInfo(nameSet, _typeSymbol, options) 140If _typeSymbol.Arity > 0 Then 141For Each tp In _typeSymbol.TypeParameters 157AccessCheck.CheckSymbolAccessibility(sym, _typeSymbol, accessThroughType, useSiteInfo, basesBeingResolved)) 162Return _typeSymbol 168Return _typeSymbol