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