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