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