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