Searched refs:ToDictionary (Results 1 – 9 of 9) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | ExtensionCollection.cs | 121 ….ToDictionary(kvp => kvp.Key, kvp => (IList<FieldDescriptor>)new ReadOnlyCollection<FieldDescripto… in CrossLink() 123 ….ToDictionary(kvp => kvp.Key, kvp => (IList<FieldDescriptor>)new ReadOnlyCollection<FieldDescripto… in CrossLink()
|
D | FileDescriptor.cs | 220 var nameToFileMap = dependencies.ToDictionary(file => file.Name);
|
/third_party/typescript/tests/baselines/reference/ |
D | missingTypeArguments3.types | 21 ToDictionary<TKey>(keySelector: (element: T) => TKey): Dictionary<TKey, T>; 22 >ToDictionary : <TKey>(keySelector: (element: T) => TKey) => Dictionary<TKey, T>
|
D | missingTypeArguments3.symbols | 44 ToDictionary<TKey>(keySelector: (element: T) => TKey): Dictionary<TKey, T>; 45 >ToDictionary : Symbol(Enumerable.ToDictionary, Decl(missingTypeArguments3.ts, 5, 148))
|
D | missingTypeArguments3.js | 8 ToDictionary<TKey>(keySelector: (element: T) => TKey): Dictionary<TKey, T>;
|
/third_party/typescript/tests/cases/compiler/ |
D | missingTypeArguments3.ts | 7 ToDictionary<TKey>(keySelector: (element: T) => TKey): Dictionary<TKey, T>; method
|
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | BenchmarkDatasetConfig.cs | 51 .ToDictionary(
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | ExtensionRegistry.cs | 70 extensions = collection.ToDictionary(k => k.Key, v => v.Value); in ExtensionRegistry()
|
D | JsonFormatter.cs | 908 .ToDictionary(f => f.GetValue(null), 919 .ToDictionary(f => f.GetValue(null),
|