1 write to Local
Microsoft.CodeAnalysis (1)
CodeGen\LocalOrParameter.cs (1)
17
this.
Local
= local;
4 references to Local
Microsoft.CodeAnalysis (4)
CodeGen\ILBuilderEmit.cs (2)
418
if (localOrParameter.
Local
is { } local)
430
if (localOrParameter.
Local
is { } local)
CodeGen\LocalOrParameter.cs (2)
33
return (
Local
!= null) ?
Local
.GetDebuggerDisplay() : ParameterIndex.ToString();