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