3 references to ContentAttributeName
Microsoft.CodeAnalysis.Features (3)
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (3)
545
var contentsAttribute = patchElement.Attribute(
ContentAttributeName
);
689
var contentsAttribute = element.Attribute(
ContentAttributeName
);
692
_service._reportAndSwallowExceptionUnlessCanceled(new FormatException($"Database element invalid. Missing '{
ContentAttributeName
}' attribute"), CancellationToken.None);