6 references to ContentAttributeName
Microsoft.CodeAnalysis.Features (3)
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (3)
473
var contentsAttribute = patchElement.Attribute(
ContentAttributeName
);
617
var 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)
133
New XAttribute(SymbolSearchUpdateEngine.
ContentAttributeName
, ""),
668
If(contents IsNot Nothing, New XAttribute(SymbolSearchUpdateEngine.
ContentAttributeName
, contents), Nothing))
681
New XAttribute(SymbolSearchUpdateEngine.
ContentAttributeName
, contents)))