Implemented interface member:
method
GetAttributeArgumentValue
Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.ICodeModelService.GetAttributeArgumentValue(Microsoft.CodeAnalysis.SyntaxNode)
2 overrides of GetAttributeArgumentValue
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
1814public override string GetAttributeArgumentValue(SyntaxNode attributeArgumentNode)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
1919Public Overrides Function GetAttributeArgumentValue(attributeArgumentNode As SyntaxNode) As String