Home
last modified time | relevance | path

Searched defs:NameHashKey (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/
H A DSymbolTable.cs34 private sealed class NameHashKey : IEquatable<NameHashKey> class in Microsoft.CSharp.RuntimeBinder.SymbolTable
39 public NameHashKey(Type type, string name) in NameHashKey() method in Microsoft.CSharp.RuntimeBinder.SymbolTable.NameHashKey