1 write to _asyncSignature
ILCompiler.Compiler (1)
parent\parent\Common\Compiler\AsyncMethodVariant.cs (1)
41
return (
_asyncSignature
= builder.ToSignature());
1 reference to _asyncSignature
ILCompiler.Compiler (1)
parent\parent\Common\Compiler\AsyncMethodVariant.cs (1)
30
return
_asyncSignature
?? InitializeSignature();