1 write to _container
Microsoft.CodeAnalysis.CSharp (1)
Symbols\SubstitutedTypeParameterSymbol.cs (1)
48_container = newContainer;
3 references to _container
Microsoft.CodeAnalysis.CSharp (3)
Symbols\SubstitutedTypeParameterSymbol.cs (3)
62return _container; 72if (_container.Kind == SymbolKind.Method) 74MethodSymbol reducedFrom = ((MethodSymbol)_container).ReducedFrom;