3 references to GetEnclosingDocumentationComment
Microsoft.CodeAnalysis.CSharp (3)
Binder\BinderFactory.BinderFactoryVisitor.cs (3)
1194
var key = CreateBinderCacheKey(
GetEnclosingDocumentationComment
(parent), extraInfo);
1201
Binder outerBinder = VisitCore(
GetEnclosingDocumentationComment
(parent));
1436
StructuredTriviaSyntax structuredTrivia =
GetEnclosingDocumentationComment
(xmlSyntax);