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