6 references to XmlCrefAttribute
Microsoft.CodeAnalysis.CSharp (4)
Syntax\SyntaxFactory.cs (4)
728
return XmlEmptyElement(DocumentationCommentXmlNames.SeeElementName).AddAttributes(
XmlCrefAttribute
(cref));
737
return XmlEmptyElement(DocumentationCommentXmlNames.SeeAlsoElementName).AddAttributes(
XmlCrefAttribute
(cref));
890
return element.WithStartTag(element.StartTag.AddAttributes(
XmlCrefAttribute
(cref)));
911
return element.WithStartTag(element.StartTag.AddAttributes(
XmlCrefAttribute
(cref)));
Microsoft.CodeAnalysis.CSharp.Features (2)
ConvertPrimaryToRegularConstructor\ConvertPrimaryToRegularConstructorCodeRefactoringProvider.cs (1)
384
.WithAttributes([
XmlCrefAttribute
(TypeCref(fieldName))]);
ReplacePropertyWithMethods\CSharpReplacePropertyWithMethodsService.cs (1)
323
var crefAttribute =
XmlCrefAttribute
(