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