4 references to Element_is_not_valid
Microsoft.VisualStudio.LanguageServices.Implementation (4)
CodeModel\FileCodeModel.cs (1)
654
throw new ArgumentException(ServicesVSResources.
Element_is_not_valid
, nameof(element));
CodeModel\InternalElements\AbstractCodeMember.cs (1)
197
throw new ArgumentException(ServicesVSResources.
Element_is_not_valid
, nameof(element));
CodeModel\InternalElements\AbstractCodeType.cs (1)
189
throw new ArgumentException(ServicesVSResources.
Element_is_not_valid
, nameof(element));
CodeModel\InternalElements\CodeNamespace.cs (1)
182
throw new ArgumentException(ServicesVSResources.
Element_is_not_valid
, nameof(element));