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