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