2 references to ContainingSourceType
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\ConstantValueUtils.vb (2)
32
Dim containingModule = field.
ContainingSourceType
.ContainingSourceModule
33
Dim binder As Binder = BinderBuilder.CreateBinderForType(containingModule, equalsValueOrAsNewNodeRef.SyntaxTree, field.
ContainingSourceType
)