2 overrides of Names
System.CodeDom (2)
Microsoft\VisualBasic\VBMemberAttributeConverter.cs (1)
14protected override string[] Names { get; } = new[] { "Public", "Protected", "Protected Friend", "Friend", "Private" };
Microsoft\VisualBasic\VBTypeAttributeConverter.cs (1)
13protected override string[] Names { get; } = new[] { "Public", "Friend" };
2 references to Names
System.CodeDom (2)
Microsoft\VisualBasic\VBModifierAttributeConverter.cs (2)
24string[] names = Names; 51return Names[i];