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