4 references to IsEndOfCrefAttribute
Microsoft.CodeAnalysis.CSharp (4)
Parser\DocumentationCommentParser.cs (4)
901
else if (
IsEndOfCrefAttribute
)
918
bool needOverallError = !
IsEndOfCrefAttribute
|| result.ContainsDiagnostics;
920
if (!
IsEndOfCrefAttribute
)
923
while (!
IsEndOfCrefAttribute
)