1 write to _typeParameterContext
Microsoft.CodeAnalysis (1)
DocumentationCommentId.cs (1)
549_typeParameterContext = typeParameterContext;
2 references to _typeParameterContext
Microsoft.CodeAnalysis (2)
DocumentationCommentId.cs (2)
554get { return _typeParameterContext; } 687for (var scope = _typeParameterContext; scope != null; scope = scope.ContainingSymbol)