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