1 write to m_isPinned
mscorlib (1)
system\reflection\emit\localbuilder.cs (1)
32
m_isPinned
= isPinned;
1 reference to m_isPinned
mscorlib (1)
system\reflection\emit\localbuilder.cs (1)
51
public override bool IsPinned { get { return
m_isPinned
; } }