1 override of IsPinned
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
Symbols\EELocalSymbol.vb (1)
111
Friend Overrides ReadOnly Property
IsPinned
As Boolean
3 references to IsPinned
Microsoft.CodeAnalysis.VisualBasic (1)
CodeGen\EmitStatement.vb (1)
1282
If(local.
IsPinned
, LocalSlotConstraints.Pinned, LocalSlotConstraints.None)
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (2)
EEAssemblyBuilder.vb (1)
109
Dim constraints = If(local.
IsPinned
, LocalSlotConstraints.Pinned, LocalSlotConstraints.None) Or
Symbols\EELocalSymbolBase.vb (1)
19
Return New EELocalSymbol(method, local.Locations, local.Name, -1, local.DeclarationKind, type, local.IsByRef, local.
IsPinned
, local.CanScheduleToStack)