2 writes to _firstInstArg
System.Reflection.Emit (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeNameBuilder.cs (2)
30
_firstInstArg
= true;
60
_firstInstArg
= false;
2 references to _firstInstArg
System.Reflection.Emit (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeNameBuilder.cs (2)
41
if (
_firstInstArg
)
57
if (!
_firstInstArg
)