2 references to TypeParameterReferenceElementName
Microsoft.AspNetCore.OpenApi.SourceGenerators (2)
XmlComments\XmlComment.cs (1)
126var typeParamRefElements = document.Descendants(DocumentationCommentXmlNames.TypeParameterReferenceElementName).ToArray();
XmlComments\XmlComment.InheritDoc.cs (1)
231var typeParameterRefs = document.Descendants(DocumentationCommentXmlNames.TypeParameterReferenceElementName).ToImmutableArray();