1 write to DoNotUseByRefLocal
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\WithExpressionRewriter.vb (1)
58
Me.
DoNotUseByRefLocal
= doNotUseByRefLocal
3 references to DoNotUseByRefLocal
Microsoft.CodeAnalysis.VisualBasic (3)
Lowering\WithExpressionRewriter.vb (3)
324
If Not (state.
DoNotUseByRefLocal
OrElse (value.Kind = BoundKind.ArrayAccess AndAlso value.Type.Kind = SymbolKind.TypeParameter)) Then
342
Debug.Assert(state.
DoNotUseByRefLocal
)
354
Debug.Assert(state.
DoNotUseByRefLocal
)