6 references to ContentAttributeName
Microsoft.CodeAnalysis.Features (3)
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (3)
473var contentsAttribute = patchElement.Attribute(ContentAttributeName); 617var contentsAttribute = element.Attribute(ContentAttributeName); 620_service._reportAndSwallowExceptionUnlessCanceled(new FormatException($"Database element invalid. Missing '{ContentAttributeName}' attribute"), CancellationToken.None);
Microsoft.VisualStudio.LanguageServices.UnitTests (3)
SymbolSearch\SymbolSearchUpdateEngineTests.vb (3)
133New XAttribute(SymbolSearchUpdateEngine.ContentAttributeName, ""), 668If(contents IsNot Nothing, New XAttribute(SymbolSearchUpdateEngine.ContentAttributeName, contents), Nothing)) 681New XAttribute(SymbolSearchUpdateEngine.ContentAttributeName, contents)))