1 write to ContainingMember
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\WithExpressionRewriter.vb (1)
57Me.ContainingMember = containingMember
2 references to ContainingMember
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\WithExpressionRewriter.vb (2)
96Dim local As New SynthesizedLocal(state.ContainingMember, type, SynthesizedLocalKind.With, _withSyntax) 121Dim local As New SynthesizedLocal(state.ContainingMember, type, SynthesizedLocalKind.With, _withSyntax, isByRef:=True)