3 references to _synthesizedMethods
Microsoft.CodeAnalysis (3)
CodeGen\PrivateImplementationDetails.cs (3)
180_orderedSynthesizedMethods = _synthesizedMethods.OrderBy(kvp => kvp.Key).Select(kvp => kvp.Value).AsImmutable(); 449return _synthesizedMethods.TryAdd(method.Name, method); 469_synthesizedMethods.TryGetValue(name, out method);