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