1 write to _containingType
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceEventSymbol.vb (1)
76_containingType = containingType
13 references to _containingType
Microsoft.CodeAnalysis.VisualBasic (13)
Symbols\Source\SourceEventSymbol.vb (13)
155Dim binder = BinderBuilder.CreateBinderForType(ContainingSourceModule, _syntaxRef.SyntaxTree, _containingType) 224Dim types = _containingType.GetTypeMembers(Me.Name & StringConstants.EventDelegateSuffix) 238type = New SynthesizedEventDelegateSymbol(Me._syntaxRef, _containingType) 259If _containingType.IsInterfaceType Then 264ElseIf IsShared AndAlso Not _containingType.IsModuleType Then 273_containingType, 369Me._containingType, 424Return _containingType 430Return _containingType 436Return _containingType.ContainingSourceModule 594If (Not Me._containingType.AnyMemberHasAttributes) Then 734_containingType, 743Dim binder = BinderBuilder.CreateBinderForType(ContainingSourceModule, _syntaxRef.SyntaxTree, _containingType)