1 write to _container
Microsoft.CodeAnalysis.CSharp (1)
Symbols\SubstitutedTypeParameterSymbol.cs (1)
31_container = newContainer;
3 references to _container
Microsoft.CodeAnalysis.CSharp (3)
Symbols\SubstitutedTypeParameterSymbol.cs (3)
45return _container; 65if (_container.Kind == SymbolKind.Method) 67MethodSymbol reducedFrom = ((MethodSymbol)_container).ReducedFrom;