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