Implemented interface member:
property
Name
Microsoft.CSharp.RuntimeBinder.ICSharpBinder.Name
1 write to Name
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpIsEventBinder.cs (1)
45Name = name;
5 references to Name
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\CSharpIsEventBinder.cs (4)
24=> SymbolTable.PopulateSymbolTableWithName(Name, null, arguments[0].Info.IsStaticType ? arguments[0].Value as Type : arguments[0].Type); 53hash = HashHelpers.Combine(hash, Name.GetHashCode()); 66Name != otherBinder.Name)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
1305binder.Name,