Implemented interface member:
property
Name
Microsoft.Cci.INamedEntity.Name
4 references to Name
Microsoft.CodeAnalysis (2)
CodeGen\LocalScopeManager.cs (1)
346
Debug.Assert(variable.
Name
!= null);
CodeGen\LocalSlotManager.cs (1)
248
Debug.Assert(slot.
Name
== null);
Microsoft.CodeAnalysis.CSharp (1)
CodeGen\EmitStatement.cs (1)
1806
if (localDef.
Name
!= null &&
Microsoft.CodeAnalysis.VisualBasic (1)
CodeGen\EmitStatement.vb (1)
1301
If localDef.
Name
IsNot Nothing Then