10 references to AttributeInfo
Microsoft.VisualStudio.LanguageServices.Implementation (10)
CodeModel\MethodXml\AbstractMethodXmlBuilder.cs (10)
171return new AttributeInfo(BinaryOperatorAttributeName, GetBinaryOperatorKindText(kind)); 181return new AttributeInfo(FullNameAttributeName, name); 191return new AttributeInfo(ImplicitAttributeName, @implicit.Value ? "yes" : "no"); 195=> new AttributeInfo(LineAttributeName, lineNumber.ToString()); 204return new AttributeInfo(NameAttributeName, name); 208=> new AttributeInfo(RankAttributeName, rank.ToString()); 213SpecialCastKind.DirectCast => new AttributeInfo(DirectCastAttributeName, "yes"), 214SpecialCastKind.TryCast => new AttributeInfo(TryCastAttributeName, "yes"), 225return new AttributeInfo(TypeAttributeName, typeName); 235return new AttributeInfo(VariableKindAttributeName, GetVariableKindText(kind));