5 references to XmlCrefAttribute
Microsoft.CodeAnalysis.CSharp (4)
Syntax\SyntaxFactory.cs (4)
698
return XmlEmptyElement(DocumentationCommentXmlNames.SeeElementName).AddAttributes(
XmlCrefAttribute
(cref));
707
return XmlEmptyElement(DocumentationCommentXmlNames.SeeAlsoElementName).AddAttributes(
XmlCrefAttribute
(cref));
860
return element.WithStartTag(element.StartTag.AddAttributes(
XmlCrefAttribute
(cref)));
881
return element.WithStartTag(element.StartTag.AddAttributes(
XmlCrefAttribute
(cref)));
Microsoft.CodeAnalysis.CSharp.Features (1)
ReplacePropertyWithMethods\CSharpReplacePropertyWithMethodsService.cs (1)
317
var crefAttribute = SyntaxFactory.
XmlCrefAttribute
(