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