4 references to GetLocalVarSigHelper
mscorlib (4)
system\reflection\emit\ilgenerator.cs (2)
161
m_localSignature = SignatureHelper.
GetLocalVarSigHelper
(null);
163
m_localSignature = SignatureHelper.
GetLocalVarSigHelper
(mb.GetTypeBuilder().Module);
system\reflection\emit\methodbuilder.cs (1)
425
return SignatureHelper.
GetLocalVarSigHelper
(m_module).InternalGetSignature(out signatureLength);
system\reflection\emit\signaturehelper.cs (1)
138
return
GetLocalVarSigHelper
(null);