Implemented interface member:
property
Name
Microsoft.Cci.INamedEntity.Name
3 references to Name
Microsoft.CodeAnalysis (2)
CodeGen\LocalScopeManager.cs (1)
346Debug.Assert(variable.Name != null);
CodeGen\LocalSlotManager.cs (1)
255Debug.Assert(slot.Name == null);
Microsoft.CodeAnalysis.CSharp (1)
CodeGen\EmitStatement.cs (1)
1836if (localDef.Name != null &&