2 writes to LocalsSignature
ILAssembler (2)
GrammarVisitor.cs (2)
1113
_currentMethod.Definition.
LocalsSignature
= _entityRegistry.GetOrCreateStandaloneSignature(localsSig);
2024
_currentMethod.Definition.
LocalsSignature
= _entityRegistry.GetOrCreateStandaloneSignature(localsSig);
2 references to LocalsSignature
ILAssembler (2)
EntityRegistry.cs (2)
376
StandaloneSignatureHandle localsSigHandle = methodDef.
LocalsSignature
is not null
377
? (StandaloneSignatureHandle)methodDef.
LocalsSignature
.Handle